Installation
A quick guide about how to add Echo Toast to your React/Next.JS project.
Requirements
Is important to know this library only works with React/Next.js projects. So we have in mind you have already installed any of them.
Installation
You can use the package manager of your preference to add the library to your project.
npm install echo-toast
pnpm add echo-toast
yarn add echo-toast
bun add echo-toast
After you install it succesfully you can proceed to add our library into your project.
Time to learn how to use it!