@bigbinary/neeto-tags-frontend 1.5.18 → 1.6.0
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 -0
- package/dist/index.cjs.js +2268 -168
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2259 -160
- package/dist/index.js.map +1 -1
- package/package.json +55 -53
package/README.md
CHANGED
|
@@ -9,6 +9,7 @@ The `neeto-tags-nano` manages tags across neeto applications. The nano exports t
|
|
|
9
9
|
- [Usage](#usage)
|
|
10
10
|
- [Frontend package](#frontend-package)
|
|
11
11
|
- [Installation](#installation-1)
|
|
12
|
+
- [Instructions for development](#instructions-for-development)
|
|
12
13
|
- [Components](#components)
|
|
13
14
|
2. [Instructions for Publishing](#instructions-for-publishing)
|
|
14
15
|
|
|
@@ -62,6 +63,9 @@ The package also exports one hook: `refetchTags`.
|
|
|
62
63
|
yarn add @bigbinary/neeto-tags-frontend
|
|
63
64
|
```
|
|
64
65
|
|
|
66
|
+
### Instructions for development
|
|
67
|
+
Check the [Frontend package development guide](https://neeto-engineering.neetokb.com/p/a-d34cb4b0) for step-by-step instructions to develop the frontend package.
|
|
68
|
+
|
|
65
69
|
### Components
|
|
66
70
|
#### `NeetoTags` ([source code](https://github.com/bigbinary/neeto-tags-nano/blob/e61f7bd2b9cab9fbf29fcfecf57e66131c86e6ef/app/javascript/src/index.jsx))
|
|
67
71
|
This component provides a dashboard to manage tags for an application.
|