meto-toast
v1.1.0
Published
A simple toast notification component for React
Maintainers
Readme
Meto Toast 🚀
Meto Toast is a lightweight, easy-to-use toast notification library for React applications. Add quick alerts to your project with minimal setup.
📦 Installation
Install using npm:
npm install meto-toast
##------------------------------- 🧑💻 Using Guide ----------------
import React from 'react';
import { MetoToast, metoToast } from 'meto-toast';
function App() {
const handleClick = () => {
metoToast("Hello from Meto Toast!");
};
return (
<div>
<MetoToast />
<button onClick={handleClick}>Show Toast</button>
</div>
);
}
export default App;
##-------------------------------------------------------------
Thank you for using Meto Toast ! 🎉
🧑💻 Author
Nimur Rahman Nerob
📧 Email: [email protected]