0.1.8 • Published 4 years ago

jasper-ui v0.1.8

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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

Local setup

To install jasper-ui:

  • npm install

To install documentation page:

  • cd docusaurus && npm install

To run storybook:

  • npm run storybook

To run documentation page:

  • Run this in one terminal:
    • npm start
  • Run this in another terminal:
    • cd docusaurus && npm start

Testing

To run all tests:

  • npm test

To run test with coverage:

  • npm run test:coverage

To run test and update snapshots:

  • npm run test:watch

License

MIT © COMPFEST

0.1.8

4 years ago

0.1.7-beta.1

4 years ago

0.1.6

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.5

4 years ago

0.1.0

4 years ago