1.4.2 • Published 10 months ago

@metrostar/comet-extras v1.4.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Comet Extras

A set of custom components, intended to fill in the gaps where USWDS does not provide an implementation.

Getting Started

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

<Tabs id="tabs">
  <TabPanel id="tab-panel-1" label="Tab 1">
    <p>Content of Tab 1</p>
  </TabPanel>
</Tabs>;
1.3.5

1 year ago

1.4.2

10 months ago

1.4.1

11 months ago

1.4.0

1 year ago

1.4.0-beta-0

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago