All Projects → praveenjuge → windstrap

praveenjuge / windstrap

Licence: MIT license
Tailwind CSS with Bootstrap JS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to windstrap

variantwind
Most elegant way to work with TailwindCSS variants in Vue
Stars: ✭ 45 (-28.57%)
Mutual labels:  tailwind, tailwindcss-plugin, tailwind-plugin
tailwindcss-scrims
Configurable Tailwind plugin for generating scrim classes.
Stars: ✭ 35 (-44.44%)
Mutual labels:  tailwind, tailwindcss-plugin
react-tailwind
This is a complementary React code for the tailwindcss project.
Stars: ✭ 29 (-53.97%)
Mutual labels:  tailwind, tailwindcss-plugin
tailwind-color-alpha
Automatic alpha variants for your Tailwind CSS colors based on your opacity config
Stars: ✭ 21 (-66.67%)
Mutual labels:  tailwind, tailwindcss-plugin
tailwindcss-background-extended
All of the missing background utilities for Tailwind CSS.
Stars: ✭ 25 (-60.32%)
Mutual labels:  tailwind, tailwindcss-plugin
vurtify
Laravel 8 boilerplate project with Fortify + Vue 3 + Bootstrap 5
Stars: ✭ 61 (-3.17%)
Mutual labels:  tailwind
electron-vite-tailwind-starter
This Starter utilizes Electron, Vite and Tailwindcss in combination. It trys to adhare best practices.
Stars: ✭ 141 (+123.81%)
Mutual labels:  tailwind
tailwindcss-autofill
🎨 TailwindCSS variant to style autocompleted form fields.
Stars: ✭ 22 (-65.08%)
Mutual labels:  tailwindcss-plugin
tailwindcss-aria-attributes
TailwindCSS variants for aria-* attributes
Stars: ✭ 92 (+46.03%)
Mutual labels:  tailwindcss-plugin
ngx-tailwind
💨 Simple Angular schematic that initializes Tailwind CSS in your project and adds a custom webpack config to your build process.
Stars: ✭ 120 (+90.48%)
Mutual labels:  tailwind
tailwind
Website clones/examples using Tailwind CSS.
Stars: ✭ 49 (-22.22%)
Mutual labels:  tailwind
create-nuxt-tailwind-app
[DEPRECATED] Use create-nuxt-app, they added full tailwindcss & purgecss support
Stars: ✭ 32 (-49.21%)
Mutual labels:  tailwind
react-social-network-v1
Simple React Social Network, built with React,Node,Express,MongoDB and Tailwind
Stars: ✭ 30 (-52.38%)
Mutual labels:  tailwind
dsmtech
🚀 The best tech companies and startups in the Greater Des Moines area.
Stars: ✭ 21 (-66.67%)
Mutual labels:  tailwind
tailwind-safelist-generator
Tailwind plugin to generate purge-safe.txt files
Stars: ✭ 89 (+41.27%)
Mutual labels:  tailwindcss-plugin
portfolio
This is my portfolio which is also a template. Feel free to fork, star, and use it.
Stars: ✭ 86 (+36.51%)
Mutual labels:  tailwind
samuelkraft-next
My personal website written with Next.js, Typescript, MDX, Tailwind
Stars: ✭ 250 (+296.83%)
Mutual labels:  tailwind
shopify-slater-tailwindcss
Shopify Starter Theme + TailwindCSS with PurgeCSS
Stars: ✭ 40 (-36.51%)
Mutual labels:  tailwind
tailwindcss-dash-docset
TailwindCSS Dash Docset, built with the Dash Docset Builder in PHP. We needed it. 🌈️
Stars: ✭ 37 (-41.27%)
Mutual labels:  tailwind
angular-material-starter-template
🍄 Angular 14 boilerplate that comes with Material-UI, Tailwind3, Purgecss, Jest & Cypress Support, Optimal project structure & Interceptor inspired from popular blogs, source map analyzer tools, husky, all pre-configured and much more...
Stars: ✭ 104 (+65.08%)
Mutual labels:  tailwind

Windstrap

Tailwind CSS with Bootstrap JS

Installation

npm install windstrap --save

Require the installed plugin directly to your Tailwind config:

// tailwind.config.js
plugins: [require("windstrap")],

Tailwind purges everything by default. Some bootstrap classes like tooltips will be left out during the purge so add the following to purge options in your tailwind config. This will make sure all components are not purged.

// tailwind.config.js
purge: {
  layers: ["base", "utilities"],
},

Requirements

For CSS

Requires Tailwind CSS 2 which is not included in this package. Learn how to install tailwind here.

For JS

Requires Bootstrap JS 5.0.0-beta1 which is not included in this package. Learn how to install bootstrap js here.

Documentation

View full documentation at https://windstrap.netlify.app.

Bugs

Found a bug? Please open a new issue.

Development

You need Hugo to run the dev server. If you have Homebrew you can do the following:

brew install hugo

Check this Hugo installation page for installing on other systems.

Then clone the repo, install dependencies, and start the server locally.

git clone https://github.com/praveenjuge/windstrap.git
cd windstrap
npm install
npm start

Open http://localhost:1313 in your browser.

Scripts Description
npm start Starts a local Hugo server and Tailwind Watcher
npm run production For generating production docs files

License

See the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].