0.0.4 • Published 8 months ago

@licuido-ui/ui_layout v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Layout

Layout components are components in React whose primary concern is helping us to arrange other components that we create on the page.

Author

Link

Story Book Link Layout

PlayGround

Try it have a fun codeBox

Installation

npm i @licuido-ui/ui_layout

Import component

import { Layout } from '@licuido-ui/ui_layout';

Usage

<Layout headerComponent={<Header />} bodyComponent={<BodyContent />} footerComponent={<Footer />} />

Image

alt text

Sample Code

<Layout 
   headerComponent={<Header />} 
   bodyComponent={<BodyContent />} 
   footerComponent={<Footer />} 
/>

Props

NameDescriptionDefaultControl
idstringstringstring
containerStyleSxProps<{}>{ }containerStyle : {}
headerStyleSxProps<{}>{ }headerStyle : {}
bodyStyleSxProps<{}>{ }bodyStyle : {}
footerStyleSxProps<{}>{ }footerStyle : {}
headerComponentReactNode<></>ReactNode
bodyComponentReactNode<></>ReactNode
footerComponentReactNode<></>ReactNode
classNamestring-Set string
sxSxProps<Theme>-Set object