JSPM

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

A highly configurable Bubble UI React.js component, similar to on Apple Watch.

Package Exports

  • react-bubble-ui

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-bubble-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

bubble-ui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save bubble-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'bubble-ui'
import 'bubble-ui/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © blakesanie