Skip to content

Commit

Permalink
Merge branch 'main' into table-sorting-enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Aug 5, 2024
2 parents 458af46 + b39c34a commit a7905f0
Show file tree
Hide file tree
Showing 13 changed files with 166 additions and 82 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ updates:
- dependency-name: '@storybook/test'
- dependency-name: 'storybook'
- dependency-name: 'typescript'
- dependency-name: '@typescript-eslint/eslint-plugin'
- dependency-name: '@typescript-eslint/parser'
- dependency-name: 'eslint-config-standard-with-typescript'
- dependency-name: 'eslint-plugin-import'
- dependency-name: 'eslint-plugin-n'
- dependency-name: 'eslint-plugin-promise'
- dependency-name: 'eslint-plugin-storybook'
- dependency-name: 'rollup'
- dependency-name: 'rollup-plugin-dts'
- package-ecosystem: 'npm'
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p style="text-align: center;">
<picture>
<img alt="Comet Component Library" src="https://raw.githubusercontent.com/MetroStar/comet/main/images/comet-logo.png" width="80%">
<img alt="Comet Component Library" src="https://raw.githubusercontent.com/MetroStar/comet/main/images/comet-logo.png" width="400px">
</picture>
</p>

Expand All @@ -18,13 +18,12 @@ In the beginning, Comet was built with a primary focus of USWDS. Today however,

## Overview

[comet-uswds](https://github.com/MetroStar/comet/tree/main/packages/comet-uswds) - The base USWDS component library implemented in React with TypeScript.
Comet consists of multiple packages, each providing specific functionality. These packages can be used independently or all together, depending on your use case. See below for more details on each package:

[comet-data-viz](https://github.com/MetroStar/comet/tree/main/packages/comet-data-viz) - A set of Victory Chart components provided as a Comet wrapper.

[comet-extras](https://github.com/MetroStar/comet/tree/main/packages/comet-extras) - A set of custom components, intended to fill in the gaps where USWDS does not provide an implementation.

[comet-cli](https://github.com/MetroStar/comet/tree/main/packages/comet-cli) - A CLI for creating Comet Apps.
- [comet-uswds](https://github.com/MetroStar/comet/tree/main/packages/comet-uswds) - The base USWDS component library implemented in React with TypeScript.
- [comet-data-viz](https://github.com/MetroStar/comet/tree/main/packages/comet-data-viz) - A set of Victory Chart components provided as a Comet wrapper.
- [comet-extras](https://github.com/MetroStar/comet/tree/main/packages/comet-extras) - A set of custom components, intended to fill in the gaps where USWDS does not provide an implementation.
- [comet-cli](https://github.com/MetroStar/comet/tree/main/packages/comet-cli) - A CLI for creating Comet Apps.

## Getting Started

Expand Down
Loading

0 comments on commit a7905f0

Please sign in to comment.