jeroen-g / crosswind
Crosswind is an Tailwind CSS addon for Laravel apps.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 3
Forks: 2
Open Issues: 2
Language:CSS
Requires
This package is auto-updated.
Last update: 2024-10-25 08:17:50 UTC
README
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.