carbon-addons-cloud-vanilla
v10.0.0
Published
Carbon Design System vanilla JavaScript-based add-on for IBM Cloud products.
Downloads
108
Readme
carbon-addons-cloud-vanilla
(Formerly carbon-addons-bluemix
)
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