From 559b8437504f7541d58a2d8b528e126140b056db Mon Sep 17 00:00:00 2001 From: Piotr Gusciora Date: Thu, 22 Jun 2023 15:09:26 +0200 Subject: [PATCH] changed related resources in tailwind forms data and methods --- .../docs/standard/data/charts/index.html | 67 +++++++++-- .../docs/standard/data/tables/index.html | 82 +++++++++++--- .../docs/standard/forms/checkbox/index.html | 55 +++++---- .../docs/standard/forms/datepicker/index.html | 60 ++++++++-- .../docs/standard/forms/file-input/index.html | 52 ++++++--- .../standard/forms/input-group/index.html | 44 ++++---- .../docs/standard/forms/inputs/index.html | 50 +++------ .../docs/standard/forms/login-form/index.html | 104 ++++++++++++++++++ .../docs/standard/forms/radio/index.html | 50 ++++++--- .../docs/standard/forms/range/index.html | 39 +++++-- .../forms/registration-form/index.html | 104 ++++++++++++++++++ .../docs/standard/forms/search/index.html | 63 ++++++++--- .../docs/standard/forms/select/index.html | 36 ++++-- .../docs/standard/forms/switch/index.html | 46 ++++++-- .../docs/standard/forms/templates/index.html | 65 +++++++---- .../docs/standard/forms/textarea/index.html | 48 ++++---- .../docs/standard/forms/timepicker/index.html | 52 ++++++--- .../docs/standard/methods/ripple/index.html | 85 ++++++++++++-- 18 files changed, 845 insertions(+), 257 deletions(-) diff --git a/site/content/docs/standard/data/charts/index.html b/site/content/docs/standard/data/charts/index.html index aeea802e1..5aa0bf44d 100644 --- a/site/content/docs/standard/data/charts/index.html +++ b/site/content/docs/standard/data/charts/index.html @@ -2353,6 +2353,63 @@

+ + colors + hover state + focus active and others + dark mode + arbitrary values + spacing + hsla colors + rounded corners - -

- If you are looking for more advanced options, try - Bootstrap Charts - from MDBootstrap. -

diff --git a/site/content/docs/standard/data/tables/index.html b/site/content/docs/standard/data/tables/index.html index 2b95a6d9f..22775a1d4 100644 --- a/site/content/docs/standard/data/tables/index.html +++ b/site/content/docs/standard/data/tables/index.html @@ -1607,23 +1607,81 @@

- + Comparison tablecolors + hover state + focus active and others + dark mode - - How to make table responsive in Bootstraparbitrary values + flexbox + text + spacing + rounded corners + + Popover + + + - -

- If you are looking for more advanced options, try - Bootstrap Tables - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/checkbox/index.html b/site/content/docs/standard/forms/checkbox/index.html index f21ef8b6c..17ba54626 100644 --- a/site/content/docs/standard/forms/checkbox/index.html +++ b/site/content/docs/standard/forms/checkbox/index.html @@ -735,30 +735,57 @@

- + Bootstrap Multiselecticons - Bootstrap surveyfocus active and others + dark mode + spacing - Multiselectutility first + buttons + rounded corners + - -

- If you are looking for more advanced options, try - Bootstrap Checkbox - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/datepicker/index.html b/site/content/docs/standard/forms/datepicker/index.html index b0110d8a6..070c2b898 100644 --- a/site/content/docs/standard/forms/datepicker/index.html +++ b/site/content/docs/standard/forms/datepicker/index.html @@ -1600,14 +1600,60 @@

+ + focus active and others + dark mode + spacing + utility first + buttons + rounded corners + + Survey formInputs + - -

- If you are looking for more advanced options, try - Bootstrap Datepicker - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/file-input/index.html b/site/content/docs/standard/forms/file-input/index.html index 3f1c1b9b8..66dca2a7c 100644 --- a/site/content/docs/standard/forms/file-input/index.html +++ b/site/content/docs/standard/forms/file-input/index.html @@ -571,14 +571,50 @@

- + + focus active and others + dark mode + spacing + utility first Survey formbuttons + rounded corners + - -

- If you are looking for more advanced options, try - Bootstrap File Input - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/input-group/index.html b/site/content/docs/standard/forms/input-group/index.html index 46791a16f..7ec82c0e5 100644 --- a/site/content/docs/standard/forms/input-group/index.html +++ b/site/content/docs/standard/forms/input-group/index.html @@ -1855,58 +1855,56 @@

- + Textareaicons Login Formfocus active and others Credit Carddark mode Payment Formsspacing Surveyutility first Registration formbuttons + rounded corners +
- -

- If you are looking for more advanced options, try - Bootstrap Inputs - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/inputs/index.html b/site/content/docs/standard/forms/inputs/index.html index 2aefa09a4..d0b75941e 100644 --- a/site/content/docs/standard/forms/inputs/index.html +++ b/site/content/docs/standard/forms/inputs/index.html @@ -1341,58 +1341,42 @@

- + Textareafocus active and others Login Formdark mode Credit Cardspacing Payment Formsutility first Survey - Registration formrounded corners +
- -

- If you are looking for more advanced options, try - Bootstrap Inputs - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/login-form/index.html b/site/content/docs/standard/forms/login-form/index.html index 7ba4deef7..16454de68 100644 --- a/site/content/docs/standard/forms/login-form/index.html +++ b/site/content/docs/standard/forms/login-form/index.html @@ -1168,3 +1168,107 @@

+ +
+ + diff --git a/site/content/docs/standard/forms/radio/index.html b/site/content/docs/standard/forms/radio/index.html index 2e0f7f262..7a04147a4 100644 --- a/site/content/docs/standard/forms/radio/index.html +++ b/site/content/docs/standard/forms/radio/index.html @@ -657,22 +657,50 @@

- + Multiselectfocus active and others + dark mode + spacing - Surveyutility first + buttons + rounded corners + - -

- If you are looking for more advanced options, try - Bootstrap Radio Button - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/range/index.html b/site/content/docs/standard/forms/range/index.html index a1561b987..b0e5b21a1 100644 --- a/site/content/docs/standard/forms/range/index.html +++ b/site/content/docs/standard/forms/range/index.html @@ -518,6 +518,35 @@

- -

- If you are looking for more advanced options, try - Bootstrap Range - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/registration-form/index.html b/site/content/docs/standard/forms/registration-form/index.html index 441728a54..8eca8c5b7 100644 --- a/site/content/docs/standard/forms/registration-form/index.html +++ b/site/content/docs/standard/forms/registration-form/index.html @@ -1135,3 +1135,107 @@

+ +
+ + diff --git a/site/content/docs/standard/forms/search/index.html b/site/content/docs/standard/forms/search/index.html index abf23f781..1c66d457b 100644 --- a/site/content/docs/standard/forms/search/index.html +++ b/site/content/docs/standard/forms/search/index.html @@ -653,21 +653,64 @@

- -

- If you are looking for more advanced options, try - Bootstrap Search - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/select/index.html b/site/content/docs/standard/forms/select/index.html index e335e6bc6..76792b6d1 100644 --- a/site/content/docs/standard/forms/select/index.html +++ b/site/content/docs/standard/forms/select/index.html @@ -1847,12 +1847,34 @@

+ Multiselectspacing + utility first + buttons + rounded corners @@ -1865,13 +1887,3 @@

>

- -

- If you are looking for more advanced options, try - Bootstrap Select - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/switch/index.html b/site/content/docs/standard/forms/switch/index.html index ae17504f4..4e03dd3a7 100644 --- a/site/content/docs/standard/forms/switch/index.html +++ b/site/content/docs/standard/forms/switch/index.html @@ -580,6 +580,42 @@

+ + cofocus active and otherslors + dark mode + spacing + utility first + rounded corners - -

- If you are looking for more advanced options, try - Bootstrap Switch - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/templates/index.html b/site/content/docs/standard/forms/templates/index.html index 26d6be182..2c91e7d5b 100644 --- a/site/content/docs/standard/forms/templates/index.html +++ b/site/content/docs/standard/forms/templates/index.html @@ -1194,49 +1194,78 @@

- + + icons Textareafocus active and others Login Formdark mode Credit Cardflexbox Payment Formstext Surveyspacing Registration formutility first + buttons + rounded corners + shadows + - -

- If you are looking for more advanced options, try - Bootstrap Forms - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/textarea/index.html b/site/content/docs/standard/forms/textarea/index.html index 0a7d1ec30..32c0ac70e 100644 --- a/site/content/docs/standard/forms/textarea/index.html +++ b/site/content/docs/standard/forms/textarea/index.html @@ -358,38 +358,52 @@

- -

- If you are looking for more advanced options, try - Bootstrap Textarea - from MDBootstrap. -

diff --git a/site/content/docs/standard/forms/timepicker/index.html b/site/content/docs/standard/forms/timepicker/index.html index e27810d38..febf66d9d 100644 --- a/site/content/docs/standard/forms/timepicker/index.html +++ b/site/content/docs/standard/forms/timepicker/index.html @@ -2239,14 +2239,50 @@

- -

- If you are looking for more advanced options, try - Bootstrap Timepicker - from MDBootstrap. -

diff --git a/site/content/docs/standard/methods/ripple/index.html b/site/content/docs/standard/methods/ripple/index.html index 25cfadd84..898382869 100644 --- a/site/content/docs/standard/methods/ripple/index.html +++ b/site/content/docs/standard/methods/ripple/index.html @@ -1210,12 +1210,79 @@


-

- If you are looking for more advanced options, try - Bootstrap Ripple - from MDBootstrap. -

+ + +