UNPKG

react-storybook-addon-chapters

Version:

React Storybook Chapters addon allows showcasing of multiple components within a story by breaking it down into smaller categories (chapters) and subcategories (sections) for more organizational goodness.

22 lines (20 loc) 369 B
const grayDarkest = '#363a45'; const grayDarker = '#565d6b'; const grayDark = '#898d97'; const gray = '#ccd6dd'; const grayLight = '#eaeff2'; const grayLighter = '#f7f9fb'; export default { border: gray, grayDarkest, grayDarker, grayDark, gray, grayLight, grayLighter, infoStyle: { color: grayDarker, fontSize: 14, lineHeight: 1.5, }, };