react-layout-handler
v1.1.0
Published
this is component layout helping package
Downloads
18
Readme
react-layout-handler
This is a react layout package to help you managing your UI layout
Under Development
NOTE : The package may be unstable till it is in under development.
This is just the layout package and typography package. It will give you structure not design
Getting Started
npm i react-layout-handler
import { Wrapper} from "react-layout-handler";
import {
Container ,
Grid50,
Grid25,
Grid75,
FullWidth
} from 'react-layout-handler'
import {
Menu,
Nav,
MenuContainer
} from 'react-layout-handler'
import { Card } from ".react-layout-handler";
import {
H1,
H2 ,
H3,
H4,
H5,
H6,
Code,
XLT,
LT,
MT,
ST,
P
} from "react-layout-handler";