toast message

A function offered by many libraries like the `alert()` function, that shows a message like shadcn/ui

animationrebuild-component

Constrains

  • Make a component and name it 'Toast'
  • Also make a function 'toast()' that call the component
  • Make a timeout to make the 'Toast' disappears after certain time
  • Make some animations for the toast
  • Make sure that your application works with multiple toast runs at the same time

no hints for this challenge

no solution for this challenge