Skip to content

NaradhipaBhary/jasper

 
 

Repository files navigation

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

About

Modern React Component Library from COMPFEST

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.2%
  • CSS 8.8%