mythx-ui-components
v0.10.4
Published
https://blog.harveydelaney.com/creating-your-own-react-component-library/
Downloads
12
Readme
Intro
This library contains React components used throughout MythX's web apps. Tests are done using React Testing Library (great article introducing it here)
Getting started
> npm install
# To run DOM tests
> npm run test
# for development builds and hot rebuilding
> npm run dev
# for production build
> npm run build
Setup based on:
https://blog.harveydelaney.com/creating-your-own-react-component-library/