rsm-hcd / AndcultureCode.JavaScript.React.Components

Common atomically designed react components used at andculture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndcultureCode.JavaScript.React.Components

Build Status codecov code style: prettier Storybook All Contributors

Commonly used components for react applications

Getting started

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";

Developer Guide

Active development

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

Documentation

Storybook

Full API documentation

Contributing

Information on contributing to this repo is in the Contributing Guide

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Winton DeShong

πŸ’» πŸ“– ⚠️ πŸ‘€

Joshua Hughes

πŸ‘€

Brandon Scott

πŸ‘€

Jeb

πŸ‘€

nasnyder91

πŸ‘€

Mat Jones

πŸ‘€ πŸ’»

Kevin Busch

πŸ’» πŸ“– πŸ‘€

Ralph J McIntyre

πŸ’»

Phil Hess

πŸ’» 🚧

Alex Getty

πŸ’» 🚧

Stefanie Leitch

πŸ‘€

Mike Koser

πŸ‘€

Michael Tyson

πŸ‘€

Dylan Justice

πŸ‘€

Joshua Peters

πŸ‘€

Said B Shah

πŸ’» ⚠️ 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Common atomically designed react components used at andculture


Languages

Language:TypeScript 85.3%Language:SCSS 14.0%Language:JavaScript 0.7%Language:CSS 0.0%