usage-tracker-ui
v1.1.17
Published
Made with create-react-library
Readme
usage-tracker-ui
Made with create-react-library
Install
npm install --save usage-tracker-uiUsage
import React, { Component } from 'react'
import { UsersActivity } from 'usage-tracker-ui'
import 'usage-tracker-ui/dist/index.css'
class Example extends Component {
render() {
return <UsersActivity />
}
}If you do not want to use the prebuilt style, is not necessary to import the index.css from dist.
