sr-dashboard-cards
v1.0.280
Published
>
Downloads
23
Readme
dashboard-cards
Install
npm install --save dashboard-cards
Usage
import * as React from 'react'
import MyComponent from 'dashboard-cards'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © mazhuravlev