Button

Buttons allow users to take actions, and make choices, with a single tap.

code
Expend code

#Variant & Disable

code
Expend code

#Color

code
Expend code

#Button with Icons

code
Expend code

#Icons

code
Expend code

Button

the properties of the button component that the user can interact with.

PropTypeDefaultDescription
variant'text' | 'contained' | 'outlined''text'Specifies the style variant for the button.
startIconReact.ReactNode-The icon to display at the beginning of the button.
endIconReact.ReactNode-The icon to display at the end of the button.
childrenReact.ReactNode-Contains text or elements that will be displayed inside the button.
classNamestring-CSS class for additional styling.