Skip to content

Commit bf781a9

Browse files
committed
2 parents 3740970 + 2687681 commit bf781a9

File tree

322 files changed

+39479
-4901
lines changed

Some content is hidden

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

322 files changed

+39479
-4901
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TW Elements React is a huge collection of free, interactive React components for
1818
<li>Simple, 1 minute install</li>
1919
<li>Free for personal & commercial use</li>
2020
</ul>
21-
<p><b><a href="https://tw-elements.com/docs/react/getting-started/quick-start/">Get started with Tailwind Elements React now!</a></b></p>
21+
<p><b><a href="https://tw-elements.com/docs/react/getting-started/quick-start/">Get started with TW Elements React now!</a></b></p>
2222
</td>
2323
</tr>
2424
</tbody>
@@ -100,7 +100,7 @@ Check out the upcoming features - watch our **[social profiles](https://twitter.
100100

101101
## Components
102102

103-
A collection of stunning components made with attention to the smallest details. Forms, cards, buttons, and hundreds of others – in Tailwind Elements React you will find all the essential elements necessary for every project.
103+
A collection of stunning components made with attention to the smallest details. Forms, cards, buttons, and hundreds of others – in TW Elements React you will find all the essential elements necessary for every project.
104104

105105
<table>
106106
<tr>
@@ -532,13 +532,13 @@ A collection of stunning components made with attention to the smallest details.
532532
npm install tw-elements-react
533533
```
534534

535-
3. Add the Tailwind Elements React css file to your main js/tsx file
535+
3. Add the TW Elements React css file to your main js/tsx file
536536

537537
```javascript
538538
import "tw-elements-react/dist/css/tw-elements-react.min.css";
539539
```
540540

541-
4. Tailwind Elements is a plugin and should be included inside the **tailwind.config.js** file. It is also recommended to extend the content array with a js file that loads dynamic component classes:
541+
4. TW Elements is a plugin and should be included inside the **tailwind.config.js** file. It is also recommended to extend the content array with a js file that loads dynamic component classes:
542542

543543
```javascript
544544
module.exports = {
@@ -577,7 +577,7 @@ npm install -g mdb-cli
577577
mdb login
578578
```
579579

580-
3. Initialize a project and choose **Tailwind Elements React** from the list:
580+
3. Initialize a project and choose **TW Elements React** from the list:
581581

582582
```
583583
mdb init tw-elements-react

config/intro.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const intro = (version) => `/*!
2-
* Tailwind Elements React ${version}
2+
* TW Elements React ${version}
33
*
4-
* Tailwind Elements React is an open-source UI kit of advanced components for TailwindCSS.
4+
* TW Elements React is an open-source UI kit of advanced components for TailwindCSS.
55
* Copyright © 2023 MDBootstrap.com
66
*
77
* Unless a custom, individually assigned license has been granted, this program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

package-lock.json

Lines changed: 105 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@
2424
"preview": "vite preview"
2525
},
2626
"dependencies": {
27+
"chart.js": "^3.7.1",
28+
"chartjs-plugin-datalabels": "^2.0.0",
29+
"deepmerge": "^4.3.1",
30+
"@popperjs/core": "^2.11.8",
2731
"react": "^18.2.0",
2832
"react-dom": "^18.2.0",
33+
"react-popper": "^2.3.0",
2934
"react-router-dom": "^6.11.1",
3035
"ts-node": "^10.9.1"
3136
},

site/assets/css/main.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
@tailwind components;
1414
@tailwind utilities;
1515

16-
h1 {
17-
@apply mt-12 mb-2 text-5xl font-bold;
18-
}
19-
2016
code {
2117
@apply text-red-600 dark:text-red-400;
2218
}

0 commit comments

Comments
 (0)