panchodp / buttons
Css minimalist buttons
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
Language:CSS
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: 2025-08-25 23:45:51 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.