@lunit/insight-react-components
v8.0.0
Published
React Components for Lunit INSIGHT
Downloads
18
Readme
insight-react-components
React Components for Lunit INSIGHT projects
Install
You need to add NPM_TOKEN to your environment variables. Please ask the token to @syyu.
export NPM_TOKEN="00000000-0000-0000-0000-000000000000"
Use Yarn instead of npm.
yarn add @lunit/insight-react-components
Usage
import React, { Component } from 'react'
import MyComponent from 'insight-react-components'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © deminoth