Primitive

Input

Displays a form input field or a component that looks like an input field.

Installation

npx benflux-ui add input

Usage

import { Input } from "@benflux-ui/react"

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

With Label

Disabled

Props

PropTypeDefaultDescription
variant"default" | "filled" | "ghost" | "underline""default"Visual style of the input
inputSize"sm" | "default" | "lg""default"Size of the input
errorbooleanfalseShows error state styling
successbooleanfalseShows success state styling