1.0.1 • Published 1 year ago

@metrostar/comet v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Comet

Comet is a React with TypeScript Component Library based on USWDS 3.0.

Getting Started

In order to utilize Comet within your app, you must first ensure USWDS is pre-configured in your app. Please review the following for details: USWDS Documentation.

  1. Add Comet to your project:
# npm
npm i --save @metrostar/comet
# or yarn
yarn add @metrostar/comet
  1. Add your first Comet component:
import { Alert } from '@metrostar/comet';