Skip to content

Commit

Permalink
feat: Fixing readme (to trigger the release of ESM)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Sep 26, 2024
1 parent 88d11c1 commit 14d17f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# React components for Vanilla Framework
![CI](https://github.com/canonical/react-components/workflows/CI/badge.svg?branch=main)

This is a collection of components designed to be the way to consume [Vanilla Framework](http://vanillaframework.io) when using React. The library exposes both a cjs and an esm build.
This is a collection of components designed to be the way to consume [Vanilla Framework](http://vanillaframework.io) when using React. The library exposes both a CJS and an ESM build.

**[Storybook](https://canonical.github.io/react-components/)** contains component docs with usage instructions.


## Requirements

Canonical react components currently require that your build is configured with [sass-loader](https://github.com/webpack-contrib/sass-loader) (or equivalent), to compile sass.
Canonical react components currently require that your build is configured with [sass-loader](https://github.com/webpack-contrib/sass-loader) (or equivalent), to compile Sass.

## Install

Expand Down

0 comments on commit 14d17f8

Please sign in to comment.