Button

  1. Home

Default Buttons

Light Buttons

Rounded Outlined Buttons

Square Outlined Buttons

Button Pill Sizes

Button Square Sizes

Button with icon

Button with loading state

API ( Button )
PropDescriptionTypeDefault

color

Sets the background and text color of the button.

"primary" | "secondary" | "success" | "info"

"default"

size

Controls the size of the button.

"xs" | "sm" | "md" | "lg" | "xl"

"md"

pill

Applies full rounding to make the button pill-shaped.

"true" | "false"

false

outline

Renders the button with an outline style instead of solid background.

"true" | "false"

false