1.0.30 • Published 3 years ago

@gztn/ui v1.0.30

Weekly downloads
123
License
-
Repository
-
Last release
3 years ago

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>
}

NavigationGroup

ProductPanel

AccountMenu

LanguageMenu

Create

Edit

Detail

List

Panel

SideBar

getModuleRoutes

getAllModuleRoutes

Containers

Loading

Header

Container

Utils

i18nConf

serviceWorker

storage

GWMSTools

App