pidlreact-next 0.0.74
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 +17 -0
- package/dist/pidl-react.js +18287 -0
- package/package.json +26 -0
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# pidlreact-next
|
|
2
|
+
|
|
3
|
+
PIDL react components.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
|
|
7
|
+
- ES6 syntax, managed with Prettier + Eslint and Stylelint
|
|
8
|
+
- Unit testing via Jest
|
|
9
|
+
- React 17
|
|
10
|
+
|
|
11
|
+
## Install
|
|
12
|
+
|
|
13
|
+
```sh
|
|
14
|
+
yarn add pidlreact-next
|
|
15
|
+
// or
|
|
16
|
+
npm i pidlreact-next
|
|
17
|
+
```
|