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