jeroen-g/crosswind

Crosswind is an Tailwind CSS addon for Laravel apps.

dev-master 2018-07-02 17:50 UTC

This package is auto-updated.

Last update: 2024-04-25 07:13:29 UTC


README

Screenshot

Latest Version on Packagist StyleCI

Take a look at contributing.md to see a to do list.

Crosswind is an 'addon' for Tailwind CSS. This package gets you up and going quickly with a set of templates that you can make your own very easily. As it is currently under development (and far from finished) everyone is welcome to take a look and contribute their thoughts, ideas and code.

Installation

Via Composer

$ composer require jeroen-g/crosswind

Usage

To get started with all the assets etc., run the publish command and choose the option for the CrosswindServiceProvider.

$ php artisan vendor:publish

You will get the following files:

  • in resources/assets/vendor/crosswind the unprocessed css/js files.
  • in resources/views/vendor/crosswind the Blade view files.
  • in public/vendor the processed css/js files and the background image.

Crosswind Preset

Work in progress.

Tailwind configuration

Work in progress.

Blocks

Work in progress.

Used libraries

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Credits

The design is based on this Dribble.

License

EUPL-1.1. Please see the license file for more information.