bp-react-test

Creating a test UI kit with BlueprintJS and React.

Usage no npm install needed!

<script type="module">
  import bpReactTest from 'https://cdn.skypack.dev/bp-react-test';
</script>

README

bp-react-test

Creating a test UI kit with BlueprintJS and React.

NPM JavaScript Style Guide

Install

npm install --save bp-react-test

Usage

import * as React from 'react'

import MyComponent from 'bp-react-test'

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

License

MIT © john-schwartz