No Preview

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.

Customization

When using Gumdrops with the GumGum Design System npm package, you can customize the colors and styles to use any colors and styles you want, instead of or in addition to the default themes.

Overriding Sass variables

Create an override Sass file and import before the main theme and main files in main.scss

In the override file, new values can be set for different levels of overrides

Custom classes

To create a new class that extends current classes, create the custom Sass file and import it after the theme and main files in App.scss:

In the custom Sass file: