A description of the component, usually from the Carbon Design System website
This component comes with any installation of the carbon-components-react
package on npm. You can install this package by running the following command in
your terminal with npm:
npm i carbon-components carbon-components-react carbon-icons --save
If you prefer Yarn, use the following command instead:
yarn add carbon-components-react carbon-components carbon-icons
You can use ComponentName
by doing the following in your project:
import { ComponentName } from 'carbon-components-react';
// Provide high-level example