Skip to Content
Creation UI 16.0 is released 🎉

Button

Component API

Button component props

PropDefaultDescription
children—
React.ReactNode

Button label

starAdornment—
React.ReactNode

E.g. icon on the left side of the component's children

endAdornment—
React.ReactNode

E.g. icon on the right side of the component's children

loaderColor—
string

Loader color as tailwindcss color e.g. "[--trigger-loader:theme(colors.black)]"

Last updated on