panchodp / buttons
Css minimalist buttons
v0.1.0
2025-08-11 01:10 UTC
Requires (Dev)
- larastan/larastan: ^3.5.0
- laravel/pint: ^1.23
- orchestra/testbench: ^10.4
- pestphp/pest: ^3.8.2
This package is not auto-updated.
Last update: 2026-03-10 02:26:24 UTC
README
Buttons
Simple and Elegant buttons.
Installation
You can install the package via composer:
composer require panchodp/buttons
Then publish the assets:
php artisan vendor:publish --tag=buttons
This will copy the CSS and JS files to the public/vendor/buttons directory.
Usage
Put the following code in your blade file:
<link rel="stylesheet" href="vendor/buttons/css/buttons.css"> <script src="vendor/buttons/js/buttons.js"></script>
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.