Skip to content

Commit ffed202

Browse files
committed
initial commit
0 parents  commit ffed202

12 files changed

+299
-0
lines changed

.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["@babel/preset-env", "@babel/preset-react"]
3+
}

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
node_modules
3+
package-lock.json
4+
public/bundle*

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#### Notes
2+
3+
While referencing locally as a npm module, please delete the node_modules of this so that the application which uses this package can link its own packages to this pacakge.
4+
React and react-dom are put into peer dependencies so as to use these modules from the application which will use this package.

build/index.js

+126
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)