1.0.3 • Published 1 year ago

@manyone/ds-demo-reactjs v1.0.3

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

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

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago