Skip to content

Buttons

Enio edited this page Nov 15, 2024 · 1 revision

Buttons

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.

Colors

Defaults

  • Default: button
  • Primary: button primary
  • Secondary: button secondary
  • Tertiary: button tertiary

Variants

  • Success: button success
  • Danger: button danger
  • Warning: button warning
  • Info: button info
  • Light: button light
  • Dark: button dark
  • Denied: button denied

Clone this wiki locally