Toast 弹框

Toast 是一个用于堆叠元素的包装器,位于页面的角落。

类名
类型
toast 组件类 Container element that sticks to the corner of page
toast-start
响应类
align horizontally to the left
toast-center
响应类
align horizontally to the center
toast-end
响应类
align horizontally to the right (default)
toast-top
响应类
align vertically to top
toast-middle
响应类
align vertically to middle
toast-bottom
响应类
align vertically to bottom (default)
# toast with alert inside
New message arrived.
# toast-top toast-start
New mail arrived.
Message sent successfully.
# toast-top toast-center
New mail arrived.
Message sent successfully.
# toast-top toast-end
New mail arrived.
Message sent successfully.
# toast-start toast-middle
New mail arrived.
Message sent successfully.
# toast-center toast-middle
New mail arrived.
Message sent successfully.
# toast-end toast-middle
New mail arrived.
Message sent successfully.
# toast-start toast-bottom (default)
New mail arrived.
Message sent successfully.
# toast-center toast-bottom (default)
New mail arrived.
Message sent successfully.
# toast-end (default) toast-bottom (default)
New mail arrived.
Message sent successfully.
daisyUI store

New template: SaaS Landing page

Available on daisyUI store

More details