@manyone/ds-demo-reactjs
v1.0.3
Published
React components for the Demo Design System
Downloads
1
Maintainers
Keywords
Readme
Demo Design System - React
This is a React implementation of the Demo digital design system.
Usage
Add the design system and its peer dependencies to your project:
# using npm
npm install @manyone/ds-demo-reactjs
Docs
To read the documentation, please visit Demo Digital Design System Documentation (Storybook).
Importing components
import { ActionButton } from "@manyone/ds-demo-reactjs";
Importing styles
To get all variables and mixins import main.scss
:
@import "@manyone/ds-demo-reactjs/scss/main.scss";
To get styling for components import what you need:
@import "@manyone/ds-demo-reactjs/scss/components/ActionButton.scss";