Components/ Button
Size
| Class | Description |
|---|---|
| btn-sm | Small |
| btn-lg | Large |
| btn-xl | xLarge |
Color
To change the color of a button, add the color name as a class without a value.
Refer to colors to learn about available options.
Special
| Class | Description |
|---|---|
| ghost | A class which gives the button a transparent background. Upon hover and focus states, the background changes to a semi-transparent black color and the text color changes to be whichever color class the button was given. |
| masked | A class which gives the button a transparent background. Upon hover and focus states, the background changes to whichever color class the button was given and text color remains the same. |