Bonsai Design System

Input

Text input field with consistent focus styling

Preview

With Label

Props

Extends all native <input> HTML attributes.

Prop

Type

Usage

import { Input } from "@/components/ui/input"

<Input type="email" placeholder="Enter your email" />

Install

npx shadcn add @bonsai/input

On this page