Input

A translucent text field with an accent focus ring.

Install

npx shadcn add @clearly/input

Preview

Usage

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

<Input />

Every Clearly component also accepts glass (subtle·medium·strong), specular and className.

Props

PropTypeDefaultDescription
typestring"text"Native input type (passed to underlying <input>).
valuestringControlled value.
placeholderstringPlaceholder text.
disabledbooleanfalseDisable the field.