@gztn/ui
v1.0.30
Published
G-Global UI Components
Readme
GZTN/UI
Install
With npm
npm install @gztn/ui
With yarn
yarn add @gztn/ui
Usage
import { MyComponent } from '@gztn/ui'Components
Drawer
import { Drawer } from '@gztn/iu'
const MyDrawer = (props) => {
<Drawer {...props}/>
}GlobalPanel
import { GlobalPanel } from '@gztn/iu'
const Panel = ({children}) => {
<GlobalPanel/>
{children}
</GlobalPanel>
}