step2dev / lazy-ui
Lazy UI is a Laravel package that provides a set of Blade components to rapidly build forms with Tailwind CSS and Daisy UI.
Fund package maintenance!
Step2dev
Installs: 1 316
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- illuminate/contracts: ^v10.17.1
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- roave/security-advisories: dev-latest
Suggests
- livewire/livewire: Required to use with livewire component
This package is auto-updated.
Last update: 2024-11-08 07:04:06 UTC
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Support us
Support us with a monthly donation and help us continue our activities.
Installation
You can install the package via composer:
composer require step2dev/lazy-ui
You can publish the config file with:
php artisan vendor:publish --tag="lazy-ui-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="lazy-ui-views"
Testing
composer test
📁 List of components
show / hide
-
Actions
- Button
- Dropdown
- Modal
- Swap
-
Data display
- Alert
- Avatar
- Badge
- Banner
- Calendar
- Card
- Carousel
- Chat bubble
- Collapse
- Countdown
- Empty placeholder
- Kbd
- Loading
- Progress
- Radial progress
- Stat
- Table
- Tag
- Timeline
- Toast
- Tooltip
- Treeview
-
Data input
- Checkbox
- File input
- Text input
- Radio
- Range
- Rating
- Select
- Multi select
- Textarea
- Toggle
-
Layout
- Artboard
- Button group
- Divider
- Drawer
- Footer
- Join
- Hero
- Indicator
- Input group
- Mask
- Stack
-
Navigation
- Bottom Navigation
- Breadcrumbs
- Link
- Menu
- Navbar
- Pagination
- Steps
- Tab
-
Mockup
- Browser
- Code
- Phone
- Window
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.