Button
Use Button component for actions in forms, dialogs, and more with support for multiple sizes, states, and more. Check out code for detail of usage.
Rounded Button
Buttons can have a rounded shape. To do this, you should use the
rounded-full
utility. Check out
code for detail of usage.
Outlined Button
Buttons can be outlied. Check out code for detail of usage.
Soft Color Button
Buttons can have a soft colors. To do this, you should use some opacity. Check out code for detail of usage.
Bordered Button
Buttons can have a soft colors. To do this, you should use some opacity. Check out code for detail of usage.
Flat Button
Buttons can be flat. Check out code for detail of usage.
Glow buttons
Buttons can be glow. To do this, you should use colored shadows. Check out code for detail of usage.
Gradient Buttons
Buttons can be gradient. Check out code for detail of usage.
Outlined Gradient Buttons
Buttons can be outlined gradient. Check out code for detail of usage.
With Icons
Buttons can have an icon. Buttons components work well with FontAwesome and Heroicon Icons. Check out code for detail of usage.
Only Icons
Buttons can have only icon. Buttons components work well with FontAwesome and Heroicon Icons. Check out code for detail of usage.
Button Size
Button components can have various sizes. Check out code for detail of usage.
Disabled Button
Buttons have their own style when disabled. Check out code for detail of usage.