diff options
author | Paweł Kuna <1282324+codecalm@users.noreply.github.com> | 2020-11-11 14:22:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-11 14:22:11 +0100 |
commit | 1857bfd9403871735ae07d0108cb4646a9b3855b (patch) | |
tree | 780cfa4c6fcdb13fdc0295adef22ead87698345b /README.md | |
parent | paths fix #87 (diff) | |
parent | added `publishConfig` to `package.json` (diff) | |
download | tabler-icons-1857bfd9403871735ae07d0108cb4646a9b3855b.tar.xz |
Merge pull request #93 from tabler/package-rename
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,7 +11,7 @@ A set of over 850 free MIT-licensed high-quality SVG icons for you to use in you ## Installation ``` -npm install tabler-icons --save +npm install @tabler/icons --save ``` or just [download from Github](https://github.com/tabler/tabler-icons/releases). @@ -78,7 +78,7 @@ Add an icon to be displayed on your page with the following markup (`activity` i Import the icon and render it in your component. You can adjust SVG properties through React props: ```jsx -import { IconAward } from 'tabler-icons'; +import { IconAward } from '@tabler/icons'; const MyComponent = () => { return <IconAward @@ -90,7 +90,7 @@ const MyComponent = () => { } ``` -`tabler-icons` exports it's own type declarations for usage with React and Typescript. +`@tabler/icons` exports it's own type declarations for usage with React and Typescript. ## Multiple strokes |