Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juujisai committed Mar 4, 2024
1 parent dda3cf0 commit 1cff25d
Show file tree
Hide file tree
Showing 1,552 changed files with 5,533 additions and 423,685 deletions.
9 changes: 0 additions & 9 deletions .browserslistrc

This file was deleted.

18 changes: 0 additions & 18 deletions .eslintrc

This file was deleted.

9 changes: 0 additions & 9 deletions .prettierignore

This file was deleted.

11 changes: 0 additions & 11 deletions .prettierrc

This file was deleted.

5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

141 changes: 0 additions & 141 deletions CONTRIBUTE.md

This file was deleted.

29 changes: 29 additions & 0 deletions License.txt
@@ -0,0 +1,29 @@
MIT license for TW Elements Free

Free packages are available under the MIT License.

-- Highlights

● Free for personal use
● Free for commercial use
● No attribution required

-- Copyright notice

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions.

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

The software is provided "As is", without warranty of any kind, express
or implied, including but not limited To the warranties of merchantability,
fitness for a particular purpose and noninfringement. In no event shall
The authors or copyright holders be liable for any claim, damages or other
liability, whether in an action of Contract, tort or otherwise, arising from,
out of or in connection with the software or the use or other Dealings
in the software.
20 changes: 6 additions & 14 deletions README.md
Expand Up @@ -40,15 +40,10 @@ TW Elements is a huge collection of free, interactive components for Tailwind CS

## Community

TW Elements is a **community-driven** project.
We invite you to **track our [live progress 👁️](https://github.com/orgs/mdbootstrap/projects/1)** on the upcoming release.

In the meantime you can also:

- Motivate us with some [words of encouragament ❤️](https://github.com/mdbootstrap/TW-Elements/discussions/categories/kind-words-general-feedback)
- Share your [ideas & feature requests 💡](https://github.com/mdbootstrap/TW-Elements/discussions/categories/share-ideas-request-features)
- Aks for help & help others in our [community support 🙏](https://github.com/mdbootstrap/TW-Elements/discussions/categories/support-from-community)
- **Engage, discuss & have fun in our [open-source community 💬](https://github.com/mdbootstrap/TW-Elements/discussions)**
- **Engage, discuss & have fun in our [community 💬](https://github.com/mdbootstrap/TW-Elements/discussions)**

**If you want to help the project grow, start by simply sharing it with your peers!**

Expand Down Expand Up @@ -740,19 +735,16 @@ npm install tw-elements

```javascript
module.exports = {
content: [
"./src/**/*.{html,js}",
"./node_modules/tw-elements/dist/js/**/*.js",
],
plugins: [require("tw-elements/dist/plugin")],
content: ["./src/**/*.{html,js}", "./node_modules/tw-elements/js/**/*.js"],
plugins: [require("tw-elements/plugin.cjs")],
darkMode: "class",
};
```

4. Dynamic components will work after adding the js file:

```
<script src="./TW-ELEMENTS-PATH/dist/js/tw-elements.umd.min.js"></script>
<script src="./TW-ELEMENTS-PATH/js/tw-elements.umd.min.js"></script>
```

Alternatively, you can import it in the following way (bundler version):
Expand Down Expand Up @@ -809,7 +801,7 @@ Add the stylesheet files below in the _head_ section:

```
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tw-elements/dist/css/tw-elements.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tw-elements/css/tw-elements.min.css" />
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
Expand All @@ -831,5 +823,5 @@ Add the stylesheet files below in the _head_ section:
Require the js bundled file right before the _body_ closing tag:

```
<script src="https://cdn.jsdelivr.net/npm/tw-elements/dist/js/tw-elements.umd.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tw-elements/js/tw-elements.umd.min.js"></script>
```
8 changes: 8 additions & 0 deletions README.txt
@@ -0,0 +1,8 @@
TW Elements Standard
Version: 2.0.0

Documentation:
https://tw-elements.com/

Contact:
tailwind@mdbootstrap.com
25 changes: 0 additions & 25 deletions babel.config.cjs

This file was deleted.

0 comments on commit 1cff25d

Please sign in to comment.