Commonly used components for react applications
This package is installed via npm or yarn
# npm
npm install --save-dev andculturecode-javascript-react-components
# yarn
yarn add andculturecode-javascript-react-components --dev
From there you can import the variety of modules.
import { Card } from "andculturecode-javascript-react-components";
npm install
npm run storybook # visually test components
npm run watch:test # automatically re-run test suite on change
npm run watch:coverage # automatically re-run test suite, along with code coverage, on change
Information on contributing to this repo is in the Contributing Guide
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!