2.0.0 • Published 9 months ago

@mmgolden/storybook-design-system v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Storybook Design System

Install

npm install @mmgolden/storybook-design-system

Usage

// MyComponent.vue
import { Button } from '@mmgolden/storybook-design-system'

To override Sass variables, replace the default variables with your variables:

// assets/scss/main.scss
@use "@mmgolden/storybook-design-system/dist/components/button/Button.scss" with (
  $color-background-primary: $green,
  $color-background-primary-hovered: $dark-green
);
2.0.0

9 months ago

1.0.0

9 months ago