Components

Components are divided into two main categories, styled and primitive.

Primitive Components

Many cover components which doesn't include that much styling. they will be mainly used inside other components to share the baseline logic.

Styled Components

Components that are styled and mostly will be used as they are.

Categories

As of this release the following categories are provided:

  • buttons
  • modals
  • dialogs
  • inputs

You can check the components from the desktop sidebar or the search floating action button on mobile devices.

Loading...