-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Toast behaviorRelated with the implementation of toast behaviorRelated with the implementation of toast behaviorV0.1 releaseWill be included in V0.1 releaseWill be included in V0.1 releaseenhancementNew feature or requestNew feature or requesthacktoberfeston hold
Description
Description
We need to implement a position property on useToast
hook, I think something like this
const { onOpen, onClose } = useToast(<CustomToast />, { position: 'bottom', positionOffset: 30 })
in which:
position
accepts (for now)bottom
andtop
(default value) properties, which positioning the toast on center-bottom/center-top of the screenpositionOffset
accepts offset of the screen position, with a default value of 20
Metadata
Metadata
Assignees
Labels
Toast behaviorRelated with the implementation of toast behaviorRelated with the implementation of toast behaviorV0.1 releaseWill be included in V0.1 releaseWill be included in V0.1 releaseenhancementNew feature or requestNew feature or requesthacktoberfeston hold