Design Guidelines
Buttons
In our project we use three types of buttons:
Primary buttons (css class
btn
): The main call to action on the page, e.g. submitting a form or opening another pageOutline buttons (css classes
btn btn-outline
): The secondary call to action on the page, e.g. submitting a form as draftGhost buttons (css classes
btn btn-ghost
): Buttons that don’t trigger an immediate action, but only hide/show additional components, e.g. filters or previews.