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