Back to integrations
Add your integration
Categories
  • ⭐️ Popular
  • 🧩 Essentials
  • 🛠 Code
  • ⚡️ Data & state
  • ✅ Test
  • 💅 Style
  • 🎨 Design
  • ⚙️ Appearance
  • 🗄 Organize
How to install addons Create an addon
storybook-rytass-palette
Allow customize storybook global css variables
npm install storybook-rytass-palette
Last updated 6 months ago
7
Downloads per week
Readme View on GitHub

Storybook Addon storybook-rytass-palette

Customizing storybook global css variables

Development scripts

  • yarn start runs babel in watch mode and starts Storybook
  • yarn build build and package your addon code
  • yarn release release packages

Installation

Required storybook v7 or above

yarn add -D storybook-rytass-palette

Usage

.storybook/main.ts

const config = {
  addons: [
    // addons
    'storybook-rytass-palette',
  ],
};
Join the community
6,604 developers and counting
WhyWhy StorybookComponent-driven UI
DocsGuidesTutorialsChangelogTelemetryStatus
CommunityAddonsGet involvedBlog
ShowcaseExploreProjectsComponent glossary
Open source software
Storybook

Maintained by
Chromatic
Special thanks to Netlify and CircleCI