feat(Alert/Toast)!: add orientation prop

This commit is contained in:
Benjamin Canac
2025-02-05 13:36:46 +01:00
parent cd0a9d39d8
commit 2c192ac145
15 changed files with 659 additions and 347 deletions

View File

@@ -154,8 +154,21 @@ name: 'toast-actions-example'
---
::
::note
Actions renders differently when the description is not set. You can try to remove it.
### Orientation
Use the `orientation` prop to change the orientation of the Toast.
::component-example
---
options:
- name: 'orientation'
label: 'orientation'
default: 'horizontal'
items:
- horizontal
- vertical
name: 'toast-orientation-example'
---
::
## Examples