@react-ag-components/inbox
v0.4.17
Published
Inbox component
Downloads
14
Keywords
Readme
Inbox
Inbox as reusable component
Usage
Install
npm i @react-ag-components/inbox --save
Use in your project
import {Inbox} from '@react-ag-components/inbox'
Your page should look like this
render() {
return (
<div>
<Inbox />
</div>
)
}
Contributing
Get the repository
git clone https://github.com/alphillips/inbox.git
Update dependencies
npm install
Run the project
npm start
Deploy to npm
Build
npm run build -- --copy-files
Publish
npm publish --access public