Skip to content

Commit c3c6474

Browse files
committed
Merge branch 'docs' of https://github.com/mdbootstrap/Tailwind-Elements into branch-optimization-pr
2 parents 091e187 + 4293bd2 commit c3c6474

File tree

401 files changed

+16567
-7680
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+16567
-7680
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ node_modules
2929
# production
3030
/dist
3131
/site/te-starter.zip
32+
/site/twe-starter.zip
3233

3334
# demo
3435
/dist-demo

helpers/createTeStarter.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var zip = require("bestzip");
22

33
zip({
44
source: `*`,
5-
destination: "../site/te-starter.zip",
5+
destination: "../site/twe-starter.zip",
66
cwd: "dist/",
77
})
88
.then(() => {

site/config/_default/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://tailwind-elements.com/"
1+
baseURL = "https://tw-elements.com/"
22
languageCode = "en-us"
33
title = "Tailwind Elements - Bootstrap components recreated with Tailwind"
44
theme = "ga-hugo-theme"
@@ -11,4 +11,4 @@ recaptchaPublicKey = "6Ld6dIgkAAAAAIpY7wJD8aZnFAWF-S1O5HOtdItU"
1111
identifier = "design-system"
1212
name = "Design system"
1313
url = "https://material-minimal.com/"
14-
weight = 2
14+
weight = 2

site/config/production/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://tailwind-elements.com/"
1+
baseURL = "https://tw-elements.com/"
22
languageCode = "en-us"
33
title = "Tailwind Elements - Bootstrap components recreated with Tailwind"
44
theme = "ga-hugo-theme"
@@ -11,4 +11,4 @@ recaptchaPublicKey = "6Ld6dIgkAAAAAIpY7wJD8aZnFAWF-S1O5HOtdItU"
1111
identifier = "design-system"
1212
name = "Design system"
1313
url = "https://material-minimal.com/"
14-
weight = 2
14+
weight = 2

site/content/_index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Tailwind Elements"
2+
title: "TW Elements"
33
date: 2023-02-28T08:00:00+02:00
44
draft: false
5-
main_title: "Tailwind Elements"
5+
main_title: "TW Elements"
66
subheading: "Top quality open-source UI Kit"
7-
seo_title: "Tailwind Elements - 500+ free Tailwind CSS components"
7+
seo_title: "TW Elements - 500+ free Tailwind CSS components"
88
description: "A free collection of open source UI components, templates, sections & plugins for Tailwind CSS. Features dark mode and theming customization options."
99
image: "https://tecdn.b-cdn.net/img/components-big.jpg"
1010
video: "https://www.youtube.com/watch?v=LvWh9o5sJmI"
@@ -325,7 +325,7 @@ <h1 class="mb-8 mt-0 text-4xl font-bold">
325325
</div>
326326

327327
<p class="mb-5 mt-10 text-center text-sm text-gray-400">
328-
...or <strong>integrate</strong> standard Tailwind Elements with your
328+
...or <strong>integrate</strong> standard TW Elements with your
329329
favourite tool:
330330
</p>
331331

@@ -925,8 +925,8 @@ <h4 class="pb-2 text-[1.5rem] font-bold text-gray-600 dark:text-gray-200">
925925
>
926926
</div>
927927
<p class="pb-4 text-gray-500 dark:text-gray-400">
928-
With Tailwind Elements, adding a dark mode to your project is child's
929-
play. Using tailwind's classes in combination with a
928+
With TW Elements, adding a dark mode to your project is child's play.
929+
Using tailwind's classes in combination with a
930930
<i>dark</i> variant you can easily integrate any website with two
931931
themes. We have included the dark theme variant by default in all our
932932
components!
@@ -1030,10 +1030,10 @@ <h4 class="pb-2 text-[1.5rem] font-bold text-gray-600 dark:text-gray-200">
10301030
</p>
10311031
<p class="pb-6 text-gray-500 dark:text-gray-400">
10321032
Tired of the default Material Design, but still want to use the
1033-
potential of a Google standard? The Tailwind Elements design system,
1034-
called Material Minimal, is the perfect choice for you – it combines
1035-
the best of Material Design, but adds subtlety, elegance and a unique
1036-
taste to it.
1033+
potential of a Google standard? The TW Elements design system, called
1034+
Material Minimal, is the perfect choice for you – it combines the best
1035+
of Material Design, but adds subtlety, elegance and a unique taste to
1036+
it.
10371037
</p>
10381038
</div>
10391039
</div>
@@ -1122,9 +1122,9 @@ <h4 class="pb-2 text-[1.5rem] font-bold text-gray-600 dark:text-gray-200">
11221122
Powerful and simple API
11231123
</p>
11241124
<p class="pb-4 text-gray-500 dark:text-gray-400">
1125-
Components, navigation, forms – Tailwind Elements provides an
1126-
easy-to-use API that allows you to customize everything according to
1127-
your needs and taste.
1125+
Components, navigation, forms – TW Elements provides an easy-to-use
1126+
API that allows you to customize everything according to your needs
1127+
and taste.
11281128
</p>
11291129
<p class="pb-6 text-gray-500 dark:text-gray-400">
11301130
We enable class customization of all elements nested inside advanced

site/content/docs/standard/_index.html

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description: "Extended documentation with experimental components and functionalities."
88
image: "https://tecdn.b-cdn.net/docs/standard/extended/bootstrap-address-form/assets/featured.jpg"
99
url: "docs/standard/extended/"
10-
custom_links: "Main docs=https://tailwind-elements.com/"
10+
custom_links: "Main docs=https://tw-elements.com/"
1111
---
1212

1313
<!--Section: Docs content-->
@@ -44,11 +44,11 @@ <h5 class="my-1 text-lg font-bold">Example title</h5>
4444
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
4545
data-page-list-item
4646
data-title="2 columns layout"
47-
data-desc="Use a responsive 2 columns layout with Tailwind elements. A tutorial on how to simply create a 2 columns layout.">
47+
data-desc="Use a responsive 2 columns layout with TW elements. A tutorial on how to simply create a 2 columns layout.">
4848
<h5 class="my-1 text-lg font-bold">2 columns layout</h5>
4949
<p class="mb-1">
50-
Use a responsive 2 columns layout with Tailwind elements. A tutorial
51-
on how to simply create a 2 columns layout.
50+
Use a responsive 2 columns layout with TW elements. A tutorial on how
51+
to simply create a 2 columns layout.
5252
</p>
5353
</a>
5454

@@ -57,11 +57,11 @@ <h5 class="my-1 text-lg font-bold">2 columns layout</h5>
5757
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
5858
data-page-list-item
5959
data-title="Background image"
60-
data-desc="Use responsive Background image component with Tailwind Elements. With this tutorial, you'll learn how to seamlessly set an image as the background of an item.">
60+
data-desc="Use responsive Background image component with TW elements. With this tutorial, you'll learn how to seamlessly set an image as the background of an item.">
6161
<h5 class="my-1 text-lg font-bold">Background image</h5>
6262
<p class="mb-1">
63-
Use responsive Background image component with Tailwind Elements. With
64-
this tutorial, you'll learn how to seamlessly set an image as the
63+
Use responsive Background image component with TW elements. With this
64+
tutorial, you'll learn how to seamlessly set an image as the
6565
background of an item.
6666
</p>
6767
</a>
@@ -71,11 +71,11 @@ <h5 class="my-1 text-lg font-bold">Background image</h5>
7171
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
7272
data-page-list-item
7373
data-title="Center text"
74-
data-desc="Use responsive text center utilities with Tailwind elements. Learn how to center text easily.">
74+
data-desc="Use responsive text center utilities with TW elements. Learn how to center text easily.">
7575
<h5 class="my-1 text-lg font-bold">Center text</h5>
7676
<p class="mb-1">
77-
Use responsive text center utilities with Tailwind elements. Learn how
78-
to center text easily.
77+
Use responsive text center utilities with TW elements. Learn how to
78+
center text easily.
7979
</p>
8080
</a>
8181

@@ -84,11 +84,11 @@ <h5 class="my-1 text-lg font-bold">Center text</h5>
8484
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
8585
data-page-list-item
8686
data-title="Display block"
87-
data-desc="Use responsive display block layout with Tailwind Elements. Learn how to put the element on it's own line and fill its parent.">
87+
data-desc="Use responsive display block layout with TW elements. Learn how to put the element on it's own line and fill its parent.">
8888
<h5 class="my-1 text-lg font-bold">Display block</h5>
8989
<p class="mb-1">
90-
Use responsive display block layout with Tailwind Elements. Learn how
91-
to put the element on it's own line and fill its parent.
90+
Use responsive display block layout with TW elements. Learn how to put
91+
the element on it's own line and fill its parent.
9292
</p>
9393
</a>
9494

@@ -97,11 +97,11 @@ <h5 class="my-1 text-lg font-bold">Display block</h5>
9797
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
9898
data-page-list-item
9999
data-title="Display flex"
100-
data-desc="Use responsive display flex utilities with Tailwind Elements. A simple and quick way to create a flexible element.">
100+
data-desc="Use responsive display flex utilities with TW elements. A simple and quick way to create a flexible element.">
101101
<h5 class="my-1 text-lg font-bold">Display flex</h5>
102102
<p class="mb-1">
103-
Use responsive display flex utilities with Tailwind Elements. A simple
104-
and quick way to create a flexible element.
103+
Use responsive display flex utilities with TW elements. A simple and
104+
quick way to create a flexible element.
105105
</p>
106106
</a>
107107

@@ -110,11 +110,11 @@ <h5 class="my-1 text-lg font-bold">Display flex</h5>
110110
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
111111
data-page-list-item
112112
data-title="Display none"
113-
data-desc="Use responsive display none utilities with Tailwind Elements. A tutorial on how to remove an element from a page layout.">
113+
data-desc="Use responsive display none utilities with TW elements. A tutorial on how to remove an element from a page layout.">
114114
<h5 class="my-1 text-lg font-bold">Display none</h5>
115115
<p class="mb-1">
116-
Use responsive display none utilities with Tailwind Elements. A
117-
tutorial on how to remove an element from a page layout.
116+
Use responsive display none utilities with TW elements. A tutorial on
117+
how to remove an element from a page layout.
118118
</p>
119119
</a>
120120

@@ -136,10 +136,10 @@ <h5 class="my-1 text-lg font-bold">Float right</h5>
136136
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
137137
data-page-list-item
138138
data-title="Letter spacing"
139-
data-desc="Use responsive letter spacing styles with Tailwind elements. This is a simple example of how quickly you can change the spaces between letters.">
139+
data-desc="Use responsive letter spacing styles with TW elements. This is a simple example of how quickly you can change the spaces between letters.">
140140
<h5 class="my-1 text-lg font-bold">Letter spacing</h5>
141141
<p class="mb-1">
142-
Use responsive letter spacing styles with Tailwind elements. This is a
142+
Use responsive letter spacing styles with TW elements. This is a
143143
simple example of how quickly you can change the spaces between
144144
letters.
145145
</p>
@@ -150,11 +150,11 @@ <h5 class="my-1 text-lg font-bold">Letter spacing</h5>
150150
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
151151
data-page-list-item
152152
data-title="Opacity"
153-
data-desc="Use responsive Opacity utilities with Tailwind elements. See how to easily and simply change the opacity.">
153+
data-desc="Use responsive Opacity utilities with TW elements. See how to easily and simply change the opacity.">
154154
<h5 class="my-1 text-lg font-bold">Opacity</h5>
155155
<p class="mb-1">
156-
Use responsive Opacity utilities with Tailwind elements. See how to
157-
easily and simply change the opacity.
156+
Use responsive Opacity utilities with TW elements. See how to easily
157+
and simply change the opacity.
158158
</p>
159159
</a>
160160

@@ -217,10 +217,10 @@ <h5 class="my-1 text-lg font-bold">Sticky header</h5>
217217
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
218218
data-page-list-item
219219
data-title="Text bold"
220-
data-desc="Use responsive text bold styles with Tailwind elements. This a simple example of how quickly you can change the font weight.">
220+
data-desc="Use responsive text bold styles with TW elements. This a simple example of how quickly you can change the font weight.">
221221
<h5 class="my-1 text-lg font-bold">Text bold</h5>
222222
<p class="mb-1">
223-
Use responsive text bold styles with Tailwind elements. This a simple
223+
Use responsive text bold styles with TW elements. This a simple
224224
example of how quickly you can change the font weight.
225225
</p>
226226
</a>
@@ -230,11 +230,11 @@ <h5 class="my-1 text-lg font-bold">Text bold</h5>
230230
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
231231
data-page-list-item
232232
data-title="Text color"
233-
data-desc="Use responsive text color styles with Tailwind elements. See how to easily and simply change the text color.">
233+
data-desc="Use responsive text color styles with TW elements. See how to easily and simply change the text color.">
234234
<h5 class="my-1 text-lg font-bold">Text color</h5>
235235
<p class="mb-1">
236-
Use responsive text color styles with Tailwind elements. See how to
237-
easily and simply change the text color.
236+
Use responsive text color styles with TW elements. See how to easily
237+
and simply change the text color.
238238
</p>
239239
</a>
240240

@@ -243,11 +243,11 @@ <h5 class="my-1 text-lg font-bold">Text color</h5>
243243
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
244244
data-page-list-item
245245
data-title="Text size"
246-
data-desc="Use responsive text size styles with Tailwind elements. Learn how to change the text size easily and quickly.">
246+
data-desc="Use responsive text size styles with TW elements. Learn how to change the text size easily and quickly.">
247247
<h5 class="my-1 text-lg font-bold">Text size</h5>
248248
<p class="mb-1">
249-
Use responsive text size styles with Tailwind elements. Learn how to
250-
change the text size easily and quickly.
249+
Use responsive text size styles with TW elements. Learn how to change
250+
the text size easily and quickly.
251251
</p>
252252
</a>
253253

@@ -256,12 +256,12 @@ <h5 class="my-1 text-lg font-bold">Text size</h5>
256256
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
257257
data-page-list-item
258258
data-title="Visibility"
259-
data-desc="Use responsive Visibility utilities with Tailwind elements. Control the visibility, without modifying the display, of elements with visibility utilities.">
259+
data-desc="Use responsive Visibility utilities with TW elements. Control the visibility, without modifying the display, of elements with visibility utilities.">
260260
<h5 class="my-1 text-lg font-bold">Visibility</h5>
261261
<p class="mb-1">
262-
Use responsive Visibility utilities with Tailwind elements. Control
263-
the visibility, without modifying the display, of elements with
264-
visibility utilities.
262+
Use responsive Visibility utilities with TW elements. Control the
263+
visibility, without modifying the display, of elements with visibility
264+
utilities.
265265
</p>
266266
</a>
267267

@@ -295,11 +295,11 @@ <h5 class="my-1 text-lg font-bold">Color picker</h5>
295295
class="-mt-[1px] block border px-6 py-2 transition-colors duration-500 hover:bg-gray-100 active:bg-gray-200 dark:border-gray-600 dark:hover:bg-gray-700"
296296
data-page-list-item
297297
data-title="Colors"
298-
data-desc="Use Tailwind Elements colors styles to change your background color, text color with custom colors, or pick from the color palette">
298+
data-desc="Use TW elements colors styles to change your background color, text color with custom colors, or pick from the color palette">
299299
<h5 class="my-1 text-lg font-bold">Colors</h5>
300300
<p class="mb-1">
301-
Use Tailwind Elements colors styles to change your background color,
302-
text color with custom colors, or pick from the color palette
301+
Use TW elements colors styles to change your background color, text
302+
color with custom colors, or pick from the color palette
303303
</p>
304304
</a>
305305

0 commit comments

Comments
 (0)