Button
Preview
Code
Prop
Default Value
Value
Whether the button is disabled
disabled
undefined
The material of the button
material
paper
The color scheme of the button
scheme
primary
The toggle-grouped state of the button
aria-pressed
undefined
The shape of the button
shape
pill
The size of the button
size
md
Anatomy
<Button />
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 { Button } from "earthling-ui/button"