New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jasper-ui

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasper-ui

Jasper is a Modern React Component Library

latest
Source
npmnpm
Version
0.1.8
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 10 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts