Earthling UI

  1. Components
  2. input

Input

Prop
Default Value
Value
Whether the input is disabled
disabled
undefined
The material of the input
material
outline
The color scheme of the input
scheme
primary
The size of the input
size
md

Anatomy

<Input />

Installation

1
Ensure Earthling UI is installed
bun add earthling-ui
2
Import the component from earthling-ui
import { Input } from "earthling-ui/input"
The component is ready to use