Skip to content

Commit

Permalink
feat: add Meter component
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Oct 11, 2023
1 parent 1aa0f7a commit e5a39e9
Show file tree
Hide file tree
Showing 11 changed files with 1,575 additions and 32 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ It contains components that are either specific to, or only used in MAAS. Genera

Read more in [Project philosophy and guidelines](GUIDELINES.md).

## Getting started

### Installation

```bash
npm install @canonical/maas-react-components
```

or using yarn:

```bash
yarn add @canonical/maas-react-components
```

Add styles import to your app:

```css
@import "@canonical/maas-react-components/dist/style.css";
```

## Development with `maas-react-components`

To see the changes you make to `maas-react-components` reflected in a consuming app immediately, follow these steps:
Expand Down

0 comments on commit e5a39e9

Please sign in to comment.