Simple and Elegant buttons.
You can install the package via composer:
composer require panchodp/buttonsThen publish the assets:
php artisan vendor:publish --tag=buttonsThis will copy the CSS and JS files to the public/vendor/buttons directory.
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>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.