README
@behavioralsignals/bsi-common-react-library
Contains shared components between applications
Install
npm install --save @behavioralsignals/bsi-common-react-library
Usage
import React, { Component } from 'react'
import { MeiloMenu } from '@behavioralsignals/bsi-common-react-library'
import '@behavioralsignals/bsi-common-react-library/dist/index.css'
class Example extends Component {
render() {
return <MeiloMenu width={'100%'}/>
}
}
License
Commercial © sdim@behavioralsignals.com