panchodp/buttons

Css minimalist buttons

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

Language:CSS

v0.1.0 2025-08-11 01:10 UTC

This package is not auto-updated.

Last update: 2025-08-25 23:45:51 UTC


README

Logo for Buttons

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.

License

MIT