-
-
Notifications
You must be signed in to change notification settings - Fork 0
Buttons
Enio edited this page Nov 15, 2024
·
1 revision
Atomix supports eleven different buttons. Each with its own style. Buttons can be defined via two tags: button and a.
To add a button, call one of these two tags and use the button class. You'll get a button of type Default. To add one of the 3 main colors, simply use the following 3 classes: primary, secondary, tertiary.
- Default:
button - Primary:
button primary - Secondary:
button secondary - Tertiary:
button tertiary
- Success:
button success - Danger:
button danger - Warning:
button warning - Info:
button info - Light:
button light - Dark:
button dark - Denied:
button denied