Input field for user data entry.
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" />
Current:
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.