The library is still in early development. Breaking changes and bugs may occur without prior notice. Thanks for your interest in using the library!

Search

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.