carbon-design-system / carbon-addons-cloud-vanilla

Apache License 2.0
4 stars 5 forks source link

carbon-addons-cloud-vanilla (Formerly carbon-addons-bluemix)

Build Status

Carbon Design System add-on for IBM Cloud products. The component library gives developers a collection of re-usable HTML and SCSS partials for building their products.

Usage

You can install carbon-addons-cloud-vanilla with either npm or yarn by doing:

npm install carbon-addons-cloud-vanilla --save
# with yarn
yarn add carbon-addons-cloud-vanilla

In addition, if you're not currently including carbon-components in your project, you'll also have to add it as a peer dependency. You can install carbon-components in a similar way as above by doing:

npm install carbon-components --save
# with yarn
yarn add carbon-components

:books: Documentation