trinil-react 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,23 +1,13 @@
|
|
|
1
1
|
# trinil-react
|
|
2
2
|
|
|
3
|
-
React 16.8+ icon components from the Trinil library. Tree-shakeable, zero dependencies.
|
|
3
|
+
React 16.8+ icon components from the Trinil icon library. Tree-shakeable, zero dependencies, 765 beautifully designed outline icons.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
These packages are not yet published to npm. To use during development:
|
|
8
|
-
|
|
9
|
-
```json
|
|
10
|
-
{
|
|
11
|
-
"dependencies": {
|
|
12
|
-
"trinil-react": "file:../trinil/packages/trinil-react"
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
```
|
|
5
|
+
**Now available on npm!** → https://www.npmjs.com/package/trinil-react
|
|
16
6
|
|
|
17
|
-
|
|
7
|
+
## Installation
|
|
18
8
|
|
|
19
9
|
```bash
|
|
20
|
-
npm install
|
|
10
|
+
npm install trinil-react
|
|
21
11
|
```
|
|
22
12
|
|
|
23
13
|
## Quick Start
|