Input
Last updated
Last updated
import { Input } from '../components'
<Input
dark
placeholder={'Place your Text'}
/>import { Input } from '../components/'
<Input
disabled
placeholder={'Place your Text'}
/>import { Input } from '../components/'
<Input
type="bordered"
placeholder={'Place your Text'}
/>import { Input } from '../components/'
<Input
caption="Simple caption text"
placeholder={'Place your Text'}
/>import { Input } from '../components/'
<Input
label="Simple label text"
placeholder={'Place your Text'}
/>