From bded6a46e6283cbb1605f46dcd189b6104bc6c22 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 3 Jan 2025 02:58:40 +0100 Subject: [PATCH] docs fixes --- docs/ui/components/inline-player.mdx | 4 ++-- docs/ui/components/range-slider.mdx | 19 ++++++++++++++++--- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/docs/ui/components/inline-player.mdx b/docs/ui/components/inline-player.mdx index a71f51be5..6ccecec9e 100644 --- a/docs/ui/components/inline-player.mdx +++ b/docs/ui/components/inline-player.mdx @@ -6,7 +6,7 @@ description: A simple, lightweight, accessible and customizable HTML5, YouTube a ## Sample demo -```html example vendors height="500px" +```html example vendors height="500px" libs="plyr"
@@ -19,7 +19,7 @@ description: A simple, lightweight, accessible and customizable HTML5, YouTube a ## Vimeo file -```html example vendors height="500px" +```html example vendors height="500px" libs="plyr"
diff --git a/docs/ui/components/range-slider.mdx b/docs/ui/components/range-slider.mdx index ee3d8c025..d049ba247 100644 --- a/docs/ui/components/range-slider.mdx +++ b/docs/ui/components/range-slider.mdx @@ -9,9 +9,22 @@ All options and features can be found [**here**](https://refreshless.com/nouisli ## Basic range slider -```html example centered -
-

+```html example centered vendors libs="nouislider" columns={1} +
+ + ``` That's only the basic features and options of range slider. More possibilities can be found [**here**](https://refreshless.com/nouislider/).