1.0.10 • Published 1 year ago

@manyone/demant-lab v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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";
1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago