ADDITIVE DESIGN SYSTEM (ADS) 📦
A package for ADDITIVE to have a unique design system across multiple projects. It is part of our new Corporate Design.
$ npm install @additive/ads
We have two packages; ads and adsm. ADSM is smaller and just includes some important parts, like the bootstrap grid, see more in scss/adsm.scss. ADS includes components and styles plus the ADSM package.
To use one of them. Just import them via SCSS or load the CSS directly into your page.
@import '@additive/ads/scss/ads';
// or for minimal
@import '@additive/ads/scss/adsm';
$ npm install
$ npm start
$ npm run build