From 868e5d20cbd12ef668ec72d9ee97ce7bc94d9f57 Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 24 Oct 2021 12:00:08 +0700 Subject: [PATCH] Docs: Add RTL --- docs/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/index.html b/docs/index.html index ada8c771..b895898b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -52,6 +52,7 @@
  • Themes
  • Customization
  • Class-less version
  • +
  • RTL
  • @@ -310,6 +311,22 @@ + +
    +
    +

    RTL

    +

    Support for right-to-left text in Pico.

    +
    +

    To enable RTL in Pico you need to set dir="rtl"on the <html< element.

    + +
    <!doctype html>
    +<html dir="rtl" lang="ar">
    +  ...
    +</html>
    + +

    The RTL feature is still experimental and will probably evolve.

    +
    +