diff --git a/docs/docs/components/details.md b/docs/docs/components/details.md index b2e692bd0..43b62ddaa 100644 --- a/docs/docs/components/details.md +++ b/docs/docs/components/details.md @@ -65,6 +65,16 @@ Links and other interactive elements will still retain their behavior: ``` +### Right-to-Left languages + +The details component automatically adapts to right-to-left languages: + +```html {.example} + + استخدام طريقة لوريم إيبسوم لأنها تعطي توزيعاَ طبيعياَ -إلى حد ما- للأحرف عوضاً عن + +``` + ### Grouping Details Details are designed to function independently, but you can simulate a group or "accordion" where only one is shown at a time by listening for the `wa-show` event.