Component Library

Browse and explore components

Buttons

A Button is a UI component used to trigger actions or events.

Default Buttons

Light Buttons

Rounded Outlined Buttons

Square Outlined Buttons

Button Pill Sizes

Button Square Sizes

Button With Icons

Button Pill Sizes

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