A set of custom components, intended to fill in the gaps where USWDS does not provide an implementation.
npm install @metrostar/comet-extrasA set of custom components, intended to fill in the gaps where USWDS does not provide an implementation.
1. Add Comet Extras to your project:
``sh`npm
npm i --save @metrostar/comet-extrasor yarn
yarn add @metrostar/comet-extras
2. Add your first Comet Extras component:
`tsx
import Tabs, { TabPanel } from '@metrostar/comet-extras';
Content of Tab 1
``