Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

carbon-design-system/carbon-addons-cloud-react

Repository files navigation

carbon-addons-cloud-react [DEPRECATED]

Build Status

React components for the IBM Cloud Add-on

Getting Started

Run the following command using npm:

npm install -S carbon-components carbon-components-react carbon-addons-cloud carbon-addons-cloud-react carbon-icons

If you prefer Yarn, use the following command instead:

yarn add carbon-components carbon-components-react carbon-addons-cloud carbon-addons-cloud-react carbon-icons

You can then import any component that you need by doing the following in your project:

import { OrderSummary } from 'carbon-addons-cloud-react';

For styling and other information, make sure to check out carbon-addons-cloud.

📚 Docs

You can find more information about how to use each Component by checking out our Storybook.

🤲 Contributing

Please check out our Contribution Guidelines for more info on how you can help out!