How to add Light Snack bar to NextJs App
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...
sanskar.dev2 min read