ui_suite_daisyui-4.0.x-dev/components/toast/toast.component.yml
components/toast/toast.component.yml
name: Toast
description: "Toast is a wrapper to stack elements, positioned on the corner of page."
group: Feedback
links:
- "https://daisyui.com/components/toast/"
slots:
items:
title: Items
description: "Expect a list of items"
props:
type: object
properties:
position_x:
title: "Position x"
description: "Position on horizontal axe."
type: string
enum:
- start
- center
- end
"meta:enum":
start: Start
center: Center
end: End
position_y:
title: "Position y"
description: "Position on vertical axe."
type: string
enum:
- top
- middle
- bottom
"meta:enum":
top: Top
middle: Middle
bottom: Bottom
