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