Skip to main content

Storybook Structure

As part of our file structure strategy, we try to keep our components as flat as possible. This helps us avoid the problems associated with atomic design, such as deciding where certain components belong and where they don't. However, we've made a few exceptions to improve overall organization and navigation within the structure.

  • Form - contains all the components needed to build forms.
  • Layout - contains components used for visual layout structuring.
  • Table - contains all the subcomponents for creating tables.
  • Typography - contains headings and text components.