Button

Create interactive buttons in a user interface

Installation

npx @v-moravec/ui add button
Code will be added to ~/components/ui/button/. You can further customize it there.

Props

NameType
type
"primary" | "secondary" | "accent" | undefined
outline
boolean | undefined
size
"sm" | "md" | "lg" | undefined

<UiButton

type="

"

outline="

"

size="

"

></UiButton>

Slots

NameType
default
{}