1.1.0 • Published 5 years ago

@thawkin3/react-component-library v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

React Component Library

Reusable components and functions for React apps. This is an example project demonstrating the basic setup for creating a component library that exports individual Babel-compiled components that are ready to be used as a package by other apps.

Helpful articles and resources

When making modifications

[finish code changes]
npm version <major|minor|patch>
git push --tags
git push
[merge code to master branch]
npm publish --access public