Input
Preview
Code
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
Import
Automatic Install (Eject)
Manual Install
1
Ensure Earthling UI is installed
bun add earthling-ui
2
Import the component from earthling-ui
import { Input } from "earthling-ui/input"