diff --git a/.changeset/smart-points-attack.md b/.changeset/smart-points-attack.md
new file mode 100644
index 000000000..749c24d50
--- /dev/null
+++ b/.changeset/smart-points-attack.md
@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Update documentation for Tabler components
diff --git a/docs/menu.json b/docs/menu.json
index 43f92799b..95986e2a3 100644
--- a/docs/menu.json
+++ b/docs/menu.json
@@ -135,10 +135,6 @@
"title": "Progress",
"href": "/docs/ui/components/progress"
},
- {
- "title": "Progress background",
- "href": "/docs/ui/components/progressbg"
- },
{
"title": "Range slider",
"href": "/docs/ui/components/range-slider"
@@ -240,6 +236,10 @@
{
"title": "Payments",
"href": "/docs/ui/plugins/payments"
+ },
+ {
+ "title": "Social icons",
+ "href": "/docs/ui/plugins/social-icons"
}
]
},
diff --git a/docs/ui/base/colors.mdx b/docs/ui/base/colors.mdx
index df723c2e9..4b9727ec4 100644
--- a/docs/ui/base/colors.mdx
+++ b/docs/ui/base/colors.mdx
@@ -8,18 +8,75 @@ bootstrapLink: utilities/colors/
Choose one of the available colors from the basic color palette and make your design attractive for users. You can use the colors to customize the design of components, indicate different states or suggest actions you want users to take.
-
At vero eos et accusam et justo duo dolores et ea rebum.
+``` + +If you use second paragraph, it will be separated from the first one by a blank line. ```html example vertical centered columns={2}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
-At vero eos et accusam et justo duo dolores et ea rebum.
-``` ## Semantic text elements -Use a variety of semantic text elements, depending of how you want to display particular fragments of content. +Use a variety of semantic text elements, depending of how you want to display particular fragments of content. + +```html +I18N +Bold +Citation +Hello World!
+Hello World!
-อักษรไทย
``` -```html -汉字
- -日本語の表記体系
- -Кириллица
- -Eλληνική
- -ქართული დამწერლობა
- -Հայերենի այբուբեն
- -الحروف العربية
- -אלפבית עברי
- -อักษรไทย
-``` - ## Text transform Transform the content of components with text capitalization classes. -```html example vertical +```html example vertical centered separated columns={1}+ This is the long text with line height 1. Lorem ipsum dolor sit amet. Dolor sit amet. +
++ This is the long text with small line height. Lorem ipsum dolor sit amet. Dolor sit amet. +
++ This is the long text with base line height. Lorem ipsum dolor sit amet. Dolor sit amet. +
++ This is the long text with large line height. Lorem ipsum dolor sit amet. Dolor sit amet. +
``` +To control the line height of an element, use the following classes: + ```html -Lorem ipsum dolor sit amet. Dolor sit amet.
-Lorem ipsum dolor sit amet. Dolor sit amet.
-Lorem ipsum dolor sit amet. Dolor sit amet.
-Lorem ipsum dolor sit amet. Dolor sit amet.
+...
+...
+...
+...
``` ## Antialiasing @@ -257,7 +221,7 @@ Control the font smoothing of an element. Use the `.antialiased` utility to render text using subpixel antialiasing or use the `.subpixel-antialiased` utility to remove antialiasing. -```html example +```html example vertical centered separated columns={1}