This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

delta-design-system-web

0.3.6 • Public • Published

Delta Design System - WEB

Description

Delta Design System - React component library.

Install

Just run:

npm add 'https://bitbucket.org/albdigitaltransformation/designsystem.web/'
Usage

Just type:

import * as DDS from 'delta-design-system-web';

then:

<DDS.Button>my action</DDS.Button>

or:

import { Button } from 'delta-design-system-web';

then:

<Button>my action</Button>
Deploy

Change the version on package.json and run: npm publish Afterwards, update the package version on the client repository.

Styled-components

Delta Design System uses styled-components as style library, so, to avoid multiple instances of styled-component running together, we recommend to import styled-components instance from Delta Design System, like this:

Wrong way:

import styled from 'styled-components';
import { Button } from 'delta-design-system-web';

Right way:

import styled, { Button } from 'delta-design-system-web';

Readme

Keywords

Package Sidebar

Install

npm i delta-design-system-web

Weekly Downloads

0

Version

0.3.6

License

MIT

Unpacked Size

1.37 MB

Total Files

149

Last publish

Collaborators

  • crazydevil