WickedTemplates is a boutique for website templates made with Tailwind CSS
without any
javascript framework, only with
Alpine.JS for navigation.
This templates are meant to be integrated with any javascript framework that
Tailwind supports.
Tailwind
CSS
WICKEDTEMPLATES is a product for developers and designers. The templates can be opened with the live browser directly and deployed without any integration. But for big projects with hard maintainance is recommended.
The templates come on a .zip file. This templates are a complete project with only HTML file/s and a full Tailwind configuration. Sometimes, depending on the concept it may include Tailwind plugins.
├── template-name/
| | ├── dist/
| | | ├── assets/...
| | | ├── css/...
| | | | ├── tailwind.css
| | | | ├── tailwind.min.css
| | | ├── index.html
| | ├── node_modules/...
| | ├── license
| | ├── package-lock.json
| | ├── package.json
| | ├── postcss.config.js
| | ├── tailwind.config.css
| | ├── tailwind.config.js
| | ├── tailwind.config.min.js
Now that you have the templates the next step is integrate it if you want to. I say if you want because you can drop/deploy the "dist" folder and you would be ready to go.
Accoirding to Tailwind:
Choose your guide below:
This are the guides they have and they will put up more soon, but Tailwind CSS can be integrated with many more.
Editing the template is very straight forward if you have used Tailwind, if you havn't done so, read the Tailwind docs.
The icons used on the templates are from Tablericons
This icons are not placed in any folder, only within the HTML.
Every single template uses the font INTER and you will find it in the folder fonts. This font comes asavariable font, buy you can also use the CDN.
INTER is a Google font and you can learn more about it here