Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tremorlabs/tremor
Browse files Browse the repository at this point in the history
  • Loading branch information
mitrotasios committed Oct 12, 2022
2 parents 211ab79 + 94a84e3 commit 5bffd32
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
<br>

<div align="center">
<a href="https://www.npmjs.com/package/@tremor/react">
<img alt="npm" src="https://img.shields.io/npm/dm/@tremor/react?color=5C9BA1&label=npm&logo=npm">
</a>
<a href="https://twitter.com/tremorlabs">
<img alt="Follow on twitter" src="https://img.shields.io/twitter/follow/tremorlabs?style=flat&color=5C9BA1" height="20" width="auto">
</a>
Expand Down Expand Up @@ -63,7 +60,7 @@ Install tremor from your command line via npm.
npm install @tremor/react
```

Import our stylesheet into your `App.tsx` file.
Import our stylesheet into your `App.js` file.
```tsx
import '@tremor/react/dist/esm/tremor.css';
```
Expand Down

0 comments on commit 5bffd32

Please sign in to comment.