datalogix / laravel-tailwind-components
A set of Blade components to rapidly build elements with Tailwind CSS.
Installs: 284
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 3
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^7.2.5|^8.0
- illuminate/support: ^7.0|^8.0
- illuminate/view: ^7.12|^8.0
Requires (Dev)
- livewire/livewire: ^1.3|^2.0
- orchestra/testbench-browser-kit: ^5.0|^6.0
- phpunit/phpunit: ^8.5|^9.0
- spatie/laravel-translatable: ^4.0
- spatie/phpunit-watcher: ^1.0
This package is auto-updated.
Last update: 2022-04-05 14:28:30 UTC
README
A set of Blade components to rapidly build elements with Tailwind CSS
Installation
Run the following command from you terminal:
composer require datalogix/laravel-tailwind-components
or add this to require section in your composer.json file:
"datalogix/laravel-tailwind-components": "~0.1"
then run composer update
Roadmap v1
- table (sorteable)
- form (input.type?) (maskes)
- button (rounded,outline,3d)
- alert
- modal
- toast
- card
- progress-bar
- dropdrown (menu)
- charts