diff --git a/pages/_docs/countup.md b/pages/_docs/countup.md
index 6e4a356df..1b2c01103 100644
--- a/pages/_docs/countup.md
+++ b/pages/_docs/countup.md
@@ -1,16 +1,13 @@
---
title: Countup
+description: A countup element is used to display numerical data in an interesting way and make the interface more interactive. All the available options can be found [here](https://inorganik.github.io/countUp.js/)
menu: docs.countup
---
-Countups with many options that can be found [here](https://inorganik.github.io/countUp.js/)
-
-To make countup add `data-countup` to any html text tag.
-
## Default countup
-Set number to count up.
+To create a countup, add `data-countup` to any HTML text tag and specify the number which is to be reached. The animation will be triggered as soon as the number enters the viewport.
{% capture code %}
30000
@@ -20,7 +17,7 @@ Set number to count up.
## Duration
-Set the `duration` of the countup. (2s is set by default)
+Set the `duration` to determine how long the animation should take. By default, the duration is set to 2 seconds, but you can modify it as you wish.
{% capture code %}
30000
@@ -32,8 +29,8 @@ Set the `duration` of the countup. (2s is set by default)
## Starting value
-Set the start value of countup using `startVal`.
-If you set it bigger than the `count`, countup will run reverse.
+By default the countup will start from zero. If you want to set a different start value use `startVal`.
+You can also set the start value to be greater than the final value, so that it counts down instead of up.
{% capture code %}
30000
@@ -44,7 +41,7 @@ If you set it bigger than the `count`, countup will run reverse.
## Decimal places
-Set how many decimal places to show using `decimalPlaces`.
+Set how many decimal numbers should be displayed using `decimalPlaces`.
{% capture code %}
3.123
@@ -57,7 +54,7 @@ Set how many decimal places to show using `decimalPlaces`.
## Easing
-Disable easing using `"useEasing": false`. (`true` by default)
+Disable easing using `"useEasing": false`. Easing is set to `true` by default, so that the animation speed changes over the course of its duration.
{% capture code %}
30000
@@ -68,7 +65,7 @@ Disable easing using `"useEasing": false`. (`true` by default)
## Use grouping
-Disable grouping using `"useGrouping": false`. (`true` by default)
+Disable grouping using `"useGrouping": false`. Grouping is set to `true` by default and the default group separator is a comma.
{% capture code %}
30000
@@ -79,7 +76,7 @@ Disable grouping using `"useGrouping": false`. (`true` by default)
## Separator
-Set seperator that seperates groups using `separator`. (`,` by default)
+You can change the default comma group separator using `separator` and specifying the one you wish to use.
{% capture code %}
3000000
@@ -92,7 +89,7 @@ Set seperator that seperates groups using `separator`. (`,` by default)
## Decimal separator
-Set decimal separator using `decimal`. (`.` by default)
+You can also change the decimal separator which is set to a full stop by default. To do it, use `decimal` and specify the decimal separator of your choice.
{% capture code %}
3.12
@@ -105,7 +102,7 @@ Set decimal separator using `decimal`. (`.` by default)
## Prefix
-Set countup prefix using `prefix`.
+Set the countup prefix using `prefix` and specifying the prefix you want to add, for instance a currency symbol.
{% capture code %}
30000
@@ -117,7 +114,7 @@ Set countup prefix using `prefix`.
## Suffix
-Set countup suffix using `suffix`.
+Set the countup suffix using `suffix`.
{% capture code %}
30
@@ -133,4 +130,4 @@ Of course you can mix all of these:
{% endcapture %}
{% include example.html code=code %}
-To do more advanced stuff with countups go [**here**](https://inorganik.github.io/countUp.js/) to check how it's done.
+For more advanced features of countups, click [**here**](https://inorganik.github.io/countUp.js/) and see what more you can do.
diff --git a/pages/_docs/divider.md b/pages/_docs/divider.md
index 5a0b4fef6..a3f357be2 100644
--- a/pages/_docs/divider.md
+++ b/pages/_docs/divider.md
@@ -1,6 +1,6 @@
---
title: Divider
-description: Dividers help organise content and make the interface layout clear and uncluttered. Greater clarity adds up to better user experience and enhanced interaction with a website or app.
+description: Dividers help organize content and make the interface layout clear and uncluttered. Greater clarity adds up to better user experience and enhanced interaction with a website or app.
bootstrap-link: components/dropdowns/#dividers
done: true
---
@@ -48,7 +48,7 @@ You can modify the position of the text which is to be included in a separator a
## Divider color
-Customise the colour of dividers to make them go well with your design. Click [here]({% docs_url colors %}) to see the list of available colours.
+Customize the color of dividers to make them go well with your design. Click [here]({% docs_url colors %}) to see the list of available colors.
{% capture code %}
diff --git a/pages/_docs/empty.md b/pages/_docs/empty.md
index 360f34f72..8d7b5db7b 100644
--- a/pages/_docs/empty.md
+++ b/pages/_docs/empty.md
@@ -16,7 +16,7 @@ Use the default empty state to engage users in the critical moments of their exp
## Empty state with illustration
-Make your empty state screen more attractive and engaging by adding an illustration. Thanks to a more personalised design, you will improve your brand image and make your website or app more user friendly.
+Make your empty state screen more attractive and engaging by adding an illustration. Thanks to a more personalized design, you will improve your brand image and make your website or app more user friendly.
{% capture code %}
{% include ui/empty.html illustration=true %}
diff --git a/pages/_docs/form-elements.md b/pages/_docs/form-elements.md
index 7e5e959e5..85343f046 100644
--- a/pages/_docs/form-elements.md
+++ b/pages/_docs/form-elements.md
@@ -45,7 +45,7 @@ You can remove borders from your form control by adding the ``form-control-flush
## Input with icon
-Add icons to your input controls to sugegst users what they should enter or inform them of the current state of a form element.
+Add icons to your input controls to suggest users what they should enter or inform them of the current state of a form element.
{% capture code %}
{% include parts/form/input-icon.html %}
@@ -89,7 +89,7 @@ To inform users whether the entered value is correct or not, use either of the v
### Subtle validation states
-If you prefer a more subtle manner of informing users of the input control validation state, you can use tick and cross symbols and resign from coloured control frames and the validation feedback.
+If you prefer a more subtle manner of informing users of the input control validation state, you can use tick and cross symbols and resign from colored control frames and the validation feedback.
{% capture code %}
{% include parts/form/validation-states.html lite=true %}
@@ -109,7 +109,7 @@ Choose the size of an input control that will go well with your form design. Apa
## Image check
-Add an image check to your form and give users visually appealing options to choose from.
+Add an image check to your form and give users visually attractive options to choose from.
{% capture code %}
{% include parts/form/input-image.html %}
@@ -117,9 +117,9 @@ Add an image check to your form and give users visually appealing options to cho
{% include example.html code=code max-width="25rem" %}
-## Input colour
+## Input color
-Your input controls can come in a variety of colours, depending on your preferences. Click [here]({% docs_url colors %}) to see the list of available colours.
+Your input controls can come in a variety of colors, depending on your preferences. Click [here]({% docs_url colors %}) to see the list of available colors.
{% capture code %}
{% include parts/form/input-color.html %}
@@ -127,9 +127,9 @@ Your input controls can come in a variety of colours, depending on your preferen
{% include example.html code=code %}
-## Input colour picker
+## Input color picker
-Add an colour picker to your form to let users customise it according to their preferences.
+Add an color picker to your form to let users customise it according to their preferences.
{% capture code %}
{% include parts/form/input-colorpicker.html %}
diff --git a/pages/_docs/index.md b/pages/_docs/index.md
index 646a0c940..88a2d6dab 100644
--- a/pages/_docs/index.md
+++ b/pages/_docs/index.md
@@ -8,12 +8,12 @@ order: -1
## What is Tabler?
-Tabler is a UI kit that speeds up the development process and makes it easier than ever! Built on the latest version of Bootstrap, it helps you create templates based on fully customisable and ready-to-use UI components, which can be used by both simple websites and sophisticated systems. With basic knowledge of HTML and CSS, you’ll be able to create dashboards that are fully functional and beautifully designed!
+Tabler is a UI kit that speeds up the development process and makes it easier than ever! Built on the latest version of Bootstrap, it helps you create templates based on fully customizable and ready-to-use UI components, which can be used by both simple websites and sophisticated systems. With basic knowledge of HTML and CSS, you’ll be able to create dashboards that are fully functional and beautifully designed!
## What are the benefits?
-Tabler is a perfect solution if you want to create an interface which is not only user-friendly but also fully reponsive. Thanks to the big choice of ready-made components, you can customise your design and adapt it to the needs of even the most demanding users. On top of that, Tabler is an open source solution, continuously developed and improved by the open source community.
+Tabler is a perfect solution if you want to create an interface which is not only user-friendly but also fully reponsive. Thanks to the big choice of ready-made components, you can customize your design and adapt it to the needs of even the most demanding users. On top of that, Tabler is an open source solution, continuously developed and improved by the open source community.
To start using Tabler, first you need to set up the environment.
diff --git a/pages/_docs/ribbons.md b/pages/_docs/ribbons.md
index e05287b9c..70d0a43ba 100644
--- a/pages/_docs/ribbons.md
+++ b/pages/_docs/ribbons.md
@@ -1,12 +1,15 @@
---
title: Ribbons
menu: docs.ribbons
+description: Ribbons are graphical elements which attract users' attention to a given element of an interface and make it stand out.
done: true
---
## Default markup
+Use the `ribbon` class to add the default ribbon to any section of your interface.
+
{% capture code %}
{% include cards/ribbon.html %}
{% endcapture %}
@@ -15,14 +18,14 @@ done: true
## Ribbon position
-You can easily change the position of a ribbon by adding a class to the element.
+You can change the position of a ribbon by adding one of the following classes to the element:
- `ribbon-top` - moves it to the top
- `ribbon-right` - moves it to the right
- `ribbon-bottom` - moves it to the bottom
- `ribbon-left` - moves it to the lefg
-You can also use multiple classes at once for example: `.ribbon.ribbon-top.ribbon-left` moves the ribbon to the top left corner.
+Using multiple classes at once will give you more position options. For example, the following class: `.ribbon.ribbon-top.ribbon-left` will move the ribbon to the top left corner.
{% capture code %}
{% include cards/ribbon.html top=true left=true %}
@@ -42,7 +45,7 @@ Customize the ribbon's background color. You can click [here]({% docs_url colors
## Ribbon text
-Set your own text in a ribbon.
+Add your own text to a ribbon to display any additional information and make it easy to spot for users.
{% capture code %}
{% include cards/ribbon.html color="green" text="-50%" %}
@@ -52,7 +55,7 @@ Set your own text in a ribbon.
## Ribbon style
-Change the style of a ribbon.
+Change the style of a ribbon to make it go well with your interface design.
{% capture code %}
{% include cards/ribbon.html bookmark=true color="orange" text="-50%" %}
diff --git a/pages/_docs/spinners.md b/pages/_docs/spinners.md
index 4d7c5ef46..ce30c2717 100644
--- a/pages/_docs/spinners.md
+++ b/pages/_docs/spinners.md
@@ -5,7 +5,6 @@ description: Spinners are used to show the loading state of a component or page.
bootstrap-link: components/spinners/
done: true
---
-loading state of a component
## Default markup
diff --git a/pages/_docs/steps.md b/pages/_docs/steps.md
index fa337cb21..db487be3f 100644
--- a/pages/_docs/steps.md
+++ b/pages/_docs/steps.md
@@ -20,7 +20,7 @@ Use the `steps` class to create the default progress tracker and name the steps
## Tooltips
-Add tooltips, if you want to provide users with additional information about the steps they are expected to complete. Tooltips will display when a user hovers over a given step and help clarify what might not be clear from the interface.
+Add tooltips, if you want to provide users with additional information about the steps they are expected to complete. Tooltips are displayed when a user hovers over a given step and help clarify what might not be clear from the interface.
{% capture code %}
{% include ui/steps.html show-title=true show-tooltip=true %}
@@ -28,9 +28,9 @@ Add tooltips, if you want to provide users with additional information about the
{% include example.html code=code %}
-## Colour
+## Color
-You can customise the default progress indicator by changing the colour to one that better suits your design. Click [here]({% docs_url colors %}) to see the range of available colours.
+You can customize the default progress indicator by changing the color to one that better suits your design. Click [here]({% docs_url colors %}) to see the range of available colors.
{% capture code %}
{% include ui/steps.html color="green" show-title=true %}
@@ -51,7 +51,7 @@ For designs with limited space, use progress indicators without titles and add t
## Steps with numbers
-Use the `steps-counter` class to create a progress tracker with numbers instead of titles and change the colour to customise it.
+Use the `steps-counter` class to create a progress tracker with numbers instead of titles and change the color to customize it.
{% capture code %}
{% include ui/steps.html count=5 active=2 numbers=true color="lime" %}
diff --git a/pages/_docs/tabs.md b/pages/_docs/tabs.md
index 4c2eb576e..96a40efd2 100644
--- a/pages/_docs/tabs.md
+++ b/pages/_docs/tabs.md
@@ -1,7 +1,7 @@
---
title: Tabs
menu: docs.tabs
-description: Tabs allow users to alternate between equally important views within the same context. By dividing content into meaningful sections, they improve its organisation and make it easy for users to navigate.
+description: Tabs allow users to alternate between equally important views within the same context. By dividing content into meaningful sections, they improve its organization and make it easy for users to navigate.
bootstrap-link: components/navs/
---