JSPM

react-nanobarjs

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q23476F
  • License MIT

Nanobar wrapped up as a React component

Package Exports

  • react-nanobarjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-nanobarjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-nanobarjs

npm version dependency status license js standard style downloads per month

​Nanobar wrapped up as a React component.

nanobar preview

Installation

> npm install react-nanobarjs

Usage

import Nanobar from 'react-nanobarjs';

export default function MyProgress() {
  return <Nanobar progress={60} />;
}

License

Forked from react-nanobar and updated to support React 16.8

MIT