Input
Source
Input field for user data entry.
Usage
Import the Input
component from @bun-ui/react
and use it in your project:
import { Input } from "@bun-ui/react"
<Input placeholder="Enter your text here" />
Controlled
Current:
Customization
The Input
component can be customized using the className
prop or by
extending its styles with your design system.
Refer to the source code for more advanced usage and customization options.