styled-inputs-mini
v1.0.5
Published
Styled text inputs for React
Maintainers
Readme
Styled Inputs Mini
This package simple creates text input fields for react-app
Usage
All Components
| Component | What |
| :-------- | :------- |
| <Input placeholder="Enter a text" width="CSS value of width property"/> | Single input field |
| <Hint>Hint text</Hint> | The hint for <Input/> |
| <MergeInputs>Hint components and Input components</MergeInputs> | This component Hint components and input fields merges |
Use themes
<Component theme={"theme name"}></Component>| Theme | Support |
| :-------- | :------- |
| light | Input, MergeInputs |
| dark | Input, MergeInputs |
| classic | Input |
