0.1.2 • Published 2 years ago

react-labelcontainer v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Installing

npm install --save react-labelcontainer

How to use

  1. import
import LabelContainer from "react-labelcontainer/src/Components/LabelContainer";
  1. wrapping
<LabelContainer.Wrapper height={"600px"}>
...rest...
</LabelContainer.Wrapper>
  1. 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

123


Description

^_^