UNPKG

@nexusui/components

Version:

These are custom components specially-developed for NexusUI applications. They will make your life easier by giving you out-of-the-box implementations for various high-level UI elements that you can drop directly into your application.

11 lines (10 loc) 612 B
export { Drawer } from './Drawer.container'; export type { IDrawer } from './Drawer.container'; export type { IDrawerNavItem } from './type'; export { CONDENSED_WITH_LABEL_WIDTH, CONDENSED_WITHOUT_LABEL_WIDTH } from './Drawer.component'; export type { IDrawerHeader } from './components/DrawerHeader'; export { DrawerHeader } from './components/DrawerHeader'; export type { IDrawerContent } from './components/DrawerContent'; export { DrawerContent } from './components/DrawerContent'; export type { IDrawerSection } from './components/DrawerSection'; export { DrawerSection } from './components/DrawerSection';