TW Elements is a huge collection of free, interactive components for Tailwind CSS.
![]() |
|
TW Elements is a community-driven project. We invite you to track our live progress 👁️ on the upcoming release.
In the meantime you can also:
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 |
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 @devops-cora/tw-elements
module.exports = {
content: [
"./src/**/*.{html,js}",
"./node_modules/@devops-cora/tw-elements/dist/js/**/*.js",
],
plugins: [require("@devops-cora/tw-elements/dist/plugin")],
darkMode: "class",
};
<script src="./TW-ELEMENTS-PATH/dist/js/tw-elements.umd.min.js"></script>
Alternatively, you can import it in the following way (bundler version):
import '@devops-cora/tw-elements';