Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:
These are the grids we use for all the screen sizes we design for. We use a 12-column grid approach, meaning every layout can be divided in sections of 2 or 3. It’s important to design with the in mind to create structured and consistent experiences. On smaller screensizes try to avoid using smaller components while using the grid as a guide.
We have 6 main screensizes we design for, these are not the same thing as breakpoints
which are used to help us achieve these guidelines. You can checkout our .
The designer decides how many columns at each breakpoint a section should span. The grid will allow the engineer to set a minimum amount of columns for each breakpoint.
// Object syntax <Column size={{ _: 6, xs: 4 }}>Content</Column> // Array syntax <Column size={[6, 4]} />
This section would be 6 columns at the smallest screen size and 4 columns at anything larger than the 4th breakpoint.
XL
column grid.For spacing between components and sections use these as a guide. Each of these scales is a subset of our spacing
sizes found on . While you will have access to all of them in your code use these sets as a practical guide.