react-app-elements
v0.0.13
Published
Basic elements to use within React
Downloads
25
Readme
react-package-template
Template for starting packages build with React
Updating Package
- Note: Running these commands will also create a new commit
- Patch Release (1.0.1 -> 1.0.2):
npm version patch - Minor Release (1.1.0 -> 1.2.0):
npm version minor - Major Release (1.0.0 -> 2.0.0):
npm version major
