Input

A text input field that extends the native HTML input with consistent styling.

Props

PropTypeDefaultDescription
typestring"text"HTML input type
placeholderstring-Placeholder text
disabledbooleanfalseDisabled state

Import

import { Input } from '@blastx/ui';