How to add Light Snack bar to NextJs App
Oct 10, 2022 · 2 min read · I have seen many modules which can be used as snack-bar but i want to keep my code light and the snack-bar fully customisable. So let’s see how i added snackbar to my recent next-js web app Step 1: First Add to your pages/_app.js file function MyApp...
Join discussion