pidlreact-next 0.0.74

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/README.md +17 -0
  2. package/dist/pidl-react.js +18287 -0
  3. 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
+ ```