Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.36 KB

component-template.md

File metadata and controls

50 lines (31 loc) · 1.36 KB

ComponentName

A description of the component, usually from the Carbon Design System website

Installation

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

Usage

You can use ComponentName by doing the following in your project:

import { ComponentName } from 'carbon-components-react';
// Provide high-level example

Props

Use-cases