Made with create-react-library
npm install logitude-dashboard-librarybash
npm install --save logitude-dashboard-library
`
Usage
`tsx
import React, { Component } from 'react'
import MyComponent from 'logitude-dashboard-library'
import 'logitude-dashboard-library/dist/index.css'
class Example extends Component {
render() {
return
}
}
``