react-labelcontainer
v0.1.2
Published
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Downloads
11
Readme
Installing
npm install --save react-labelcontainerHow to use
- import
import LabelContainer from "react-labelcontainer/src/Components/LabelContainer";
- wrapping
<LabelContainer.Wrapper height={"600px"}>
...rest...
</LabelContainer.Wrapper>- labels
<LabelContainer.Wrapper height={"600px"}>
<LabelContainer.Title>title</LabelContainer.Title>
<LabelContainer.Button>Button</LabelContainer.Button>
<LabelContainer.Checking>Checking</LabelContainer.Checking>
<LabelContainer.Description>Description</LabelContainer.Description>
</LabelContainer.Wrapper>veiw

Description
^_^
