-
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Why is the export named push ? Wouldn't it make more sense to name it toast like most other library ?
-push.info()
+toast.info()
-push.success()
+toast.success()
-push.warning()
+toast.warning()
-push.error()
+toast.error()I know I can rename it when I import it, but i'd have to rename it every time.
import { push as toast } from 'notivue';
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels