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

v1.0.0 2023-08-21 19:30 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status PHPStan Total Downloads

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.