1.0.8 • Published 4 years ago

@developermouse/ui-react-core v1.0.8

Weekly downloads
8
License
UNLICENSED
Repository
github
Last release
4 years ago

Ui-React-Core

A collection of reusable UI services and components for React Projects

Useful References

Useful cli commands

  • npm publish --access public publish package (public is required unless you pay monthly subscription)
  • npm unpublish -f - remove the package (can only be done in the first 72 hours)
  • npm version {patch|minor|major} - update version number (in ascending order of importance)
  • npm publish - publish updated version