@antscorp/processing-notification
v1.0.3
Published
Made with create-react-library
Downloads
764
Keywords
Readme
ants-processing-notification
Made with create-react-library
Install
npm install --save ants-processing-notification
Usage
import React, { Component } from 'react'
import MyComponent from 'ants-processing-notification'
import 'ants-processing-notification/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}