All Projects β†’ awssat β†’ Tailwindo

awssat / Tailwindo

Licence: mit
πŸ”Œ Convert Bootstrap CSS code to Tailwind CSS code

Projects that are alternatives of or similar to Tailwindo

Laravel Form Components
A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!
Stars: ✭ 295 (-51.32%)
Mutual labels:  bootstrap, bootstrap4, tailwindcss
Banking System
A banking System Created Using Django Python Web Framework
Stars: ✭ 105 (-82.67%)
Mutual labels:  bootstrap, bootstrap4, tailwindcss
Sage
WordPress starter theme with a modern development workflow
Stars: ✭ 11,531 (+1802.81%)
Mutual labels:  bootstrap, bootstrap4, tailwindcss
Tailwindcss Tables
Bootstrap styled tables for Tailwind CSS
Stars: ✭ 84 (-86.14%)
Mutual labels:  bootstrap, bootstrap4, tailwindcss
Bootstrap4 Website
Website built with bootstrap 4 Framework
Stars: ✭ 124 (-79.54%)
Mutual labels:  css-framework, bootstrap, bootstrap4
Theme Machine
A collection of stylized Bootstrap Themes
Stars: ✭ 585 (-3.47%)
Mutual labels:  bootstrap, bootstrap4
Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (+489.6%)
Mutual labels:  bootstrap, bootstrap4
Coreui Vue
Over 90 Bootstrap based Vue.js components and directives. CoreUI React.js UI Components. CoreUI for Vue.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true Vue components, without jQuery and unneeded dependencies.
Stars: ✭ 318 (-47.52%)
Mutual labels:  bootstrap, bootstrap4
Coreui
Open Source UI Kit built on top of Bootstrap 4 and plain JavaScript without any additional libraries like jQuery
Stars: ✭ 361 (-40.43%)
Mutual labels:  bootstrap, bootstrap4
Angular Admin
πŸ”Admin client for surmon.me blog powered by @angular and Bootstrap4
Stars: ✭ 352 (-41.91%)
Mutual labels:  bootstrap, bootstrap4
Coderedcms
A content management system for marketing websites based on Django and Wagtail.
Stars: ✭ 386 (-36.3%)
Mutual labels:  bootstrap, bootstrap4
Select2 Bootstrap4 Theme
Select2 v4 theme for Bootstrap4
Stars: ✭ 305 (-49.67%)
Mutual labels:  bootstrap, bootstrap4
Bstreeview
Bootstrap Treeview, A very simple plugin to build a basic and elegant Treeview with bootstrap 4. See the demo:
Stars: ✭ 308 (-49.17%)
Mutual labels:  bootstrap, bootstrap4
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (-47.52%)
Mutual labels:  bootstrap, bootstrap4
Pattern.css
CSS only library to fill empty background with beautiful patterns.
Stars: ✭ 3,481 (+474.42%)
Mutual labels:  css-framework, bootstrap
Bootstrap 4 Login Page
Bootstrap 4 Login Page Template
Stars: ✭ 352 (-41.91%)
Mutual labels:  bootstrap, bootstrap4
Mdb Ui Kit
Bootstrap 5 & Material Design 2.0 UI KIT
Stars: ✭ 21,830 (+3502.31%)
Mutual labels:  bootstrap, bootstrap4
Bootstrap Flask
Bootstrap 4 helper for Flask/Jinja2.
Stars: ✭ 441 (-27.23%)
Mutual labels:  bootstrap, bootstrap4
Materialwp
Material Design WordPress Theme
Stars: ✭ 459 (-24.26%)
Mutual labels:  bootstrap, bootstrap4
Responsiveframework
Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
Stars: ✭ 476 (-21.45%)
Mutual labels:  bootstrap, bootstrap4

Tailwindo

Latest Version on Packagist Actions Status

This tool can convert Your CSS framework (currently Boostrap) classes in HTML/PHP (any of your choice) files to equivalent Tailwind CSS classes.

Features

  • Made to be easy to add more CSS frameworks in the future (currently Bootstrap).
  • Can convert single files/code snippets/folders.
  • Can extract changes to a separate css file as Tailwind components and keep old classes names. like:
.p-md-5 {
	@apply md:p-7;
}

Help Us

  • If you find unexpected conversion result, create an issue; if you managed to fix it, please create a PR.
  • If you are familiar with another CSS frameworks (like Foundation, Pure..), please create a PR and add it (see BootstrapFramework.php file).

Docs

You can start reading Tailwindo's docs on our website [ docs ].

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].