diff --git a/README.md b/README.md
index e7ff3bba..f0bfcc3b 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ This module has been developed by [NuxtLabs](https://nuxtlabs.com/) for [Volta](
- 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
diff --git a/docs/components/content/themes/LTRAndRTLTheme.vue b/docs/components/content/themes/LTRAndRTLTheme.vue
new file mode 100644
index 00000000..238a881c
--- /dev/null
+++ b/docs/components/content/themes/LTRAndRTLTheme.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
diff --git a/docs/content/1.getting-started/1.index.md b/docs/content/1.getting-started/1.index.md
index 7f70387f..ebace163 100644
--- a/docs/content/1.getting-started/1.index.md
+++ b/docs/content/1.getting-started/1.index.md
@@ -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
diff --git a/docs/content/1.getting-started/5.examples.md b/docs/content/1.getting-started/5.examples.md
index ed11b908..892aba00 100644
--- a/docs/content/1.getting-started/5.examples.md
+++ b/docs/content/1.getting-started/5.examples.md
@@ -249,3 +249,10 @@ const items = ref(Array(55))
```
::
+
+### LTR and RTL
+
+::component-example
+#default
+:l-t-r-and-r-t-l-theme
+::