Hey, molecules!

Here you find the atoms that defines the smallest parts of the design system.


Atoms are the smallest building blocks and components of the design system. If you like to create your own organisms and molecules.

Explore
Button groups

Wrap a series of buttons with .btn in .btn-group.

Inputs

Use the same classes as in bootstrap. All the custom styling is adjusted on the original classes. So use .form-control for all inputs. Wrap label, input and optional descripton in a <div> with class .form-group

We'll never share your email with anyone else.

If you want to group a number of inputs to a form, wrap your inputs in a <form> and start working on your epic inputs.

We'll never share your email with anyone else.
Radios
Input groups

Use the same structure as in bootstrap. This is only a showcase for the style.

@
@example.com
Modals
NAVS

No bullshit. Give your nav element a class of nav, and your links inside the class of nav-link

CHANGE COLOR

Give your nav element a class of nav nav-grey, and your links inside the class of nav-link

VERTICAL NAV

Sometimes you need to change your directions, in life as in navs. Add the class flex-column to your nav, and woop!

List groups

Use a or buttons to create actionable list group items with hover, disabled, and active states by adding class list-group-item-action. We separate these pseudo-classes to ensure list groups made of non-interactive elements (like lis or divs) don’t provide a click or tap affordance. Be sure to not use the standard .btn classes here.

badges

Inside your list item, add a span with the classes of badge badge-primary badge-pill. Make sure to use bootstraps flex classes to align your items

  • Cras justo odio 14
  • Dapibus ac facilisis in 2
  • Morbi leo risus 1
Toasts

Toast are notification. If you are working with a dynamic application, where notifications are importent, make sure to check out Bootstraps toasts.

Title 11 mins ago
Hello, world! This is a toast message.
NOTIFICATION

To futher explain what happened, you can add either a error-toast, warning-toast or a success-toast, depending on if it went good or bad.

Title 11 mins ago
Eeey, world! This is a error message.
Title 11 mins ago
Hey, world! This is a warning message.
Title 11 mins ago
Hey, world! This is a warning message.
Title 11 mins ago
Jippie, world! This is a success message.