@react-ag-components/inbox

Inbox component

Usage no npm install needed!

<script type="module">
  import reactAgComponentsInbox from 'https://cdn.skypack.dev/@react-ag-components/inbox';
</script>

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