0.0.1 • Published 5 years ago

tailwindstrap v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Tailwindstrap

Tailwindstrap is an scss add-on to Tailwind that brings in basic components from Bootstrap 4 using Tailwind's @apply function.

What does this include?

This includes basic components for Alerts, Badges, Breadcrumbs, Buttons, Cards, Forms, List Groups, Pagination, Progress Bars, etc.

All of these components have been written with Tailwind @apply, and changes to your tailwind.config.js will change the component styles.

In addition, this can also include Bootstrap's grid system. You may not want this, and that's fine.

Why?

If you're already all in on Tailwind, you may have team members who aren't quite there yet. This project serves as a bridge to help others.

Why not?

If you don't like Tailwind's utility classes, or you do not like Bootstrap's components, this serves no purpose for you.

Installation

Usage

Files shipped

There are pre-built css files in the dist folder.

FilePurpose
tailwindstrap.cssThe main bundle. This includes everything you would need to get started with Tailwindstrap, including the Bootstrap 4 grid system.
tailwindstrap-bootstrap.cssThis is only the bootstrap grid.
tailwindstrap-colorsThis includes only the color palates.
tailwindstrap-components.cssThis includes only the component styles. You may want to include the colors with this as well to build most of the examples.