docs: add support for RTL and LTR (#348)

This commit is contained in:
Haytham A. Salama
2023-06-27 13:42:41 +03:00
committed by GitHub
parent 278a1ea93c
commit 91f6103719
4 changed files with 77 additions and 0 deletions

View File

@@ -249,3 +249,10 @@ const items = ref(Array(55))
</template>
```
::
### LTR and RTL
::component-example
#default
:l-t-r-and-r-t-l-theme
::