Gathering detailed insights and metrics for tw-elements
Gathering detailed insights and metrics for tw-elements
Gathering detailed insights and metrics for tw-elements
Gathering detailed insights and metrics for tw-elements
𝙃𝙪𝙜𝙚 collection of Tailwind MIT licensed (free) components, sections and templates 😎
npm install tw-elements
98.1
Supply Chain
100
Quality
84.7
Maintenance
100
Vulnerability
99.5
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
12,915 Stars
1,732 Commits
1,619 Forks
219 Watching
14 Branches
130 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
JavaScript (98.49%)
HTML (1.4%)
SCSS (0.1%)
Cumulative downloads
Total Downloads
Last day
-17%
4,772
Compared to previous day
Last week
-1.7%
28,576
Compared to previous week
Last month
0.9%
124,205
Compared to previous month
Last year
17.2%
1,449,192
Compared to previous year
No dependencies detected.
TW Elements is a huge collection of free, interactive components for Tailwind CSS.
|
If you want to help the project grow, start by simply sharing it with your peers!
Thank you!
Check out the upcoming features - make sure to join the waiting list in order to get early access!
Drag & drop builder | Templates |
A collection of stunning components made with attention to the smallest details. Forms, cards, buttons, and hundreds of others – in TW Elements you will find all the essential elements necessary for every project.
Responsive Landing page blocks built with Tailwind CSS. Plenty of design blocks examples such as Teams, services, projects, faq, and many more.
Hero | Pricing | Call to action |
Features | Contact | News/blog |
Team | Stats | Testimonials |
Content | Newsletter | Projects |
Headers | FAQ | Logo Clouds |
Banners | Mega Menu | More coming soon |
TW Elements integrations with popular technologies.
Before starting the project make sure to install Node.js (LTS) and TailwindCSS.
Run the following command to install the package via NPM:
npm install tw-elements
1module.exports = { 2 content: ["./src/**/*.{html,js}", "./node_modules/tw-elements/js/**/*.js"], 3 plugins: [require("tw-elements/plugin.cjs")], 4 darkMode: "class", 5};
<script src="./TW-ELEMENTS-PATH/js/tw-elements.umd.min.js"></script>
Alternatively, you can import it in the following way (bundler version):
import 'tw-elements';
Create, deploy and host anything with a single command.
npm install -g mdb-cli
mdb login
mdb init tailwind-elements-free
npm install
npm start
mdb publish
You can easily test TW Elements by adding CDN scripts to your classic HTML template without the need for installing any packages.
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/css/tw-elements.min.css" />
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
darkMode: "class",
theme: {
fontFamily: {
sans: ["Roboto", "sans-serif"],
body: ["Roboto", "sans-serif"],
mono: ["ui-monospace", "monospace"],
},
},
corePlugins: {
preflight: false,
},
};
</script>
Require the js bundled file right before the body closing tag:
<script src="https://cdn.jsdelivr.net/npm/tw-elements/js/tw-elements.umd.min.js"></script>
No vulnerabilities found.
No security vulnerabilities found.