jasper-ui

0.1.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i jasper-ui

Weekly Downloads

1

Version

0.1.8

License

MIT

Unpacked Size

113 kB

Total Files

7

Last publish

Collaborators

  • firdaus.alghifari