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

@@ -17,6 +17,7 @@ This module has been developed by the [NuxtLabs](https://nuxtlabs.com/) team for
- Built with [Headless UI](https://headlessui.dev/) and [Tailwind CSS](https://tailwindcss.com/)
- HMR support through Nuxt App Config
- Dark mode support
- Support for LTR and RTL languages
- Keyboard shortcuts
- Bundled icons
- Fully typed

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
::