@bits-x/text-input
v1.0.2
Published
## Installation ```bash yarn add @bits-x/text-input ``` ## Usage ```js import { TextInput } from '@bits-x/text-input'
Downloads
1
Readme
text-input
Installation
yarn add @bits-x/text-input
Usage
import { TextInput } from '@bits-x/text-input'
<TextInput variant="inline" placeholder="Username" />
<TextInput onChange={() => {}} placeholder="Username" />