COMPFEST React Component Library
See the documentation here.
npm install --save jasper-uiimportReact,{Component}from'react'import{Button}from'jasper-ui'import'jasper-ui/dist/index.css'classExampleextendsComponent{render(){return(<Button>Yohohoho</Button>)}}MIT © COMPFEST