react-labelcontainer

0.1.2 • Public • Published

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

^_^

Readme

Keywords

Package Sidebar

Install

npm i react-labelcontainer

Weekly Downloads

1

Version

0.1.2

License

ISC

Unpacked Size

19.2 kB

Total Files

10

Last publish

Collaborators

  • minuk3508