docs(examples): update rtl support

This commit is contained in:
Benjamin Canac
2023-06-27 17:36:15 +02:00
parent 7a2845d75e
commit 80e09df342
2 changed files with 9 additions and 5 deletions

View File

@@ -250,9 +250,13 @@ const items = ref(Array(55))
```
::
### LTR and RTL
## RTL Support
Here are some examples of how components look like in RTL mode.
### Pagination
::component-example
#default
:l-t-r-and-r-t-l-theme
:pagination-example-r-t-l
::