# 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](https://designsystem.digital.gov/documentation/developers/).

1. Add Comet to your project:

```sh
# npm
npm i --save @metrostar/comet
# or yarn
yarn add @metrostar/comet
```

2. Add your first Comet component:

```tsx
import { Alert } from '@metrostar/comet';
```
