1.0.0 • Published 6 months ago

ub_admin_layout v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

Layout

interface AppProps { sidebar: React.ReactNode, content: React.ReactNode, ratio: '1.5:8.5' | '2:8' | '2.5:7.5' | '3:7' | '3.5:6.5' | '4:6' | '4.5:5.5' | '5:5' }

Sidebar

interface SidebarProps { header: boolean, title: string, headerStyle?: object, iconic: boolean, menu: any[], }

Links

const arr = { icon: , label: "Home", href: '/' }