Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 792 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 792 Bytes

@vdimensions/forest-js-react-bootstrap

Forest UI implementations using react-bootstrap

NPM JavaScript Style Guide

Install

npm install --save @vdimensions/forest-js-react-bootstrap

Usage

import React, { Component } from 'react'

import MyComponent from '@vdimensions/forest-js-react-bootstrap'
import '@vdimensions/forest-js-react-bootstrap/dist/index.css'

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

License

Apache-2.0 © vdimensions