react-notifications icon indicating copy to clipboard operation
react-notifications copied to clipboard

add pop up positioning prop

Open srsajjad opened this issue 8 years ago • 1 comments

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

srsajjad avatar Apr 05 '18 19:04 srsajjad

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

rauberdaniel avatar Feb 06 '20 14:02 rauberdaniel