10.0.0 • Published 4 years ago

carbon-addons-cloud-vanilla v10.0.0

Weekly downloads
47
License
Apache-2.0
Repository
github
Last release
4 years ago

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

  • See our documentation site here for full how-to docs and guidelines
  • Contributing: Guidelines for making contributions to this repo.
  • Also check out the examples in the examples directory for more information on integrating it with common build tools