Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cakfan committed Apr 18, 2024
1 parent 3199e90 commit 6c421cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ This is just a simple library to use Material Symbols in your React project. You

# Installation

`npm i @jabirdeveloper/material-symbols`
```c
npm i @jabirdeveloper/material-symbols
```

# Usage

Import in CSS (example: index.css in Vite):

`@import "material-symbols";`
```css
@import "material-symbols";
```

Component Symbol props:

Expand Down

0 comments on commit 6c421cf

Please sign in to comment.