Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 986 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 986 Bytes

jasper-ui

COMPFEST React Component Library

NPM Build CI Deploy Docs codecov

Docs

See the documentation here.

Install

npm install --save jasper-ui

Usage

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>
    )
  }
}

Contributing

License

MIT © COMPFEST