DocsComponents

Input

Input

Input with multiple variants and radius.

Installation

CLI

Add component to your project.

npx @perceptui/cli@latest add input

Import from @perceptui/ui

Note: If you have installed @perceptui/ui package, then import Input from @perceptui/ui.

import { Input } from "@perceptui/ui";

API References

PropTypeDescriptionDefault
variant"classic" | "standard" | "ghost"Form of the Inputclassic
radius"none"|"sm"|"md"|"lg"|"xl"|"full"Radius of the Inputlg
classNamestringclassName_

Examples

Variant

Use the variant prop to control the visual style of the input.

Classic Variant

Standard Variant

Ghost Variant

Radius

Use the radius prop to assign a specific radius value.