Input

Single-line text fields for forms and filters.

Installation

Add this item from the registry, or import it from the package after installing Default File UI.

Registry path

itsvigneshv/default-file-ui/input

Package import

import { Input } from "@default-file/ui/components/df-input"

Default

Basic text input.

Disabled

Non-interactive state.

Properties

Single-line text field. Passes through native input attributes.

Input

PropTypeDefaultNotes
typestring"text"Native input type (text, email, password, etc.).
value / defaultValuestringControlled or uncontrolled field value.
placeholderstringEmpty-state hint text.
disabledbooleanNon-interactive field.
classNamestringAdditional styles. Base styles use data-df="input".
…input attributesComponentProps<"input">All native input props (name, required, onChange, etc.).