minhtranite / react-notifications

Notification component for ReactJS
https://www.npmjs.com/package/react-notifications
287 stars 64 forks source link

add pop up positioning prop #37

Open srsajjad opened 6 years ago

srsajjad commented 6 years ago

is there any option to select bottom / top / left / right appearing position ? could not find in the instruction

rauberdaniel commented 4 years ago

I was just looking for the same and jumped into the source code to find out: It’s currently hardcoded to the top right corner. https://github.com/minhtranite/react-notifications/blob/master/src/notifications.scss#L17-L18