Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 656 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 656 Bytes

Planetarium

React components for visualization

NPM JavaScript Style Guide

Install

npm install --save @shahlab/planetarium
yarn add @shahlab/planetarium

Usage

import React, { Component } from 'react'

import MyComponent from 'planetarium'
import 'planetarium/dist/index.css'

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

License

MIT ©