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:
This is the roadmap for the next version of the library. It is subject to change as we get feedback from the community. If you have any suggestions or feedback, please open an issue on the GitHub repository.
There is a plan to make some breaking changes in the next version of the library. These changes are necessary to improve the library and make it more consistent.
The breaking changes are as follows:
MasonryGrid
Padbox
AppBoundry
useForwardedRef
useResizeObserver
useContainerQuery
useStatefulRef
register-resize-callback
center-children
prop from the center components and recommend that they use the Stack component insteadcolumns
prop from the columns components and recommend that they use the colCount
prop insteadgutter
prop from applicable components and recommend that they use the gap
prop insteadnoStretchColumns
prop from the ColumnDrop
component and recommend that they use the variant:centered
prop insteadcenter-children
prop from the center componentscolumns
prop from the columns componentsgutter
prop from applicable components--min-item-width
instead of --minItemWidth
Inline
and InlineCluster
components to center
instead of start
100%
instead of specific widths/heightsnoStretchColumns
prop from the ColumnDrop
componentdata-bedrock-
css selectors in favor of data-br-
css selectorstop
and bottom
props for slots and will instead export a component for the content that needs to be vertically centeredNote: The breaking changes will be released in a major version bump, so you will need to update your code to use the new version of the library. Also those items marked with a checkmark (deprecation items) have already been implemented and are available in the latest version of the library.
The following are some of the non-breaking changes that are planned for the next version of the library. The items marked with a checkmark have already been implemented and are available in the latest version of the library.
data-br-grid
or data-br-stack
instead of data-bedrock-grid
or data-bedrock-stack
variant:masonry
to grid in both CSS and react/solidgap
propcolCount
propvariant:centered
prop for the ColumnDrop
component to replace the noStretchColumns
propvariant:stretch-content
prop for the Cover
component to replace the stretchContent
propdata-br-grid="minItemWidth:sizeContent3"