@indxsearch/pixl 1.0.5 → 1.0.6
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 +2 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
# `indx-pixl` — React Icon Components from Figma
|
|
2
2
|
|
|
3
|
-
`indx-pixl` is a strict 7x5 pixel grid icon set for React.
|
|
3
|
+
`indx-pixl` is a strict 7x5 pixel grid icon set for React. Work in progress package.
|
|
4
4
|
|
|
5
5
|
## 📦 Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm
|
|
9
|
-
# or
|
|
10
|
-
yarn add indx-pixl
|
|
8
|
+
npm i @indxsearch/pixl
|
|
11
9
|
```
|
|
12
10
|
|
|
13
11
|
## 🛠 Usage
|
|
@@ -24,10 +22,6 @@ Each icon accepts two optional props:
|
|
|
24
22
|
- `color` — Any CSS color (`string`)
|
|
25
23
|
- `size` — A `number` (width in pixels), ideally use a number scaling with 7x5 ratio (14x10, 21x15, 28x20, etc.). The height is auto calculated.
|
|
26
24
|
|
|
27
|
-
## 📜 License
|
|
28
|
-
|
|
29
|
-
MIT
|
|
30
|
-
|
|
31
25
|
---
|
|
32
26
|
|
|
33
27
|
Made by [Indx Search](https://indx.co)
|