1.0.2 • Published 5 months ago

react-mailbox v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

react-mailbox

A versatile React component library for handling mailboxes, including a customizable Mailbox component, Sidebar, Email List, and Email Details components.

Mailbox Preview

Installation

npm install react-mailbox

Usage

import { Mailbox } from 'react-mailbox';

const emails = [
  // Your email data here...
];

const App = () => {
  return (
    <Mailbox emails={emails} />
  );
};

export default App;

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

If you'd like to contribute to this project, please follow our contributing guidelines.

Authors

Nitesh Agarwal agarwalnitesh42@example.com

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago