Brisanet / ion-react

Ion design system in react
https://main--63da5890a06a8f8f995110dd.chromatic.com/
MIT License
10 stars 1 forks source link

feat: create useNotification and useMessage hook #204

Open danilo-moreira-brisa opened 4 months ago

danilo-moreira-brisa commented 4 months ago

Create useNotification and useMessage hooks. They should stack elements on screen on different areas (top left, center left, bottom left, etc). They also should be able to deal with hovering or closing a message or a notification. Since the dynamic of both hooks should be similar, think of a solution that can be reused for both.

These Zorro components should give you some ref (https://ng.ant.design/components/notification/en).