The Button component lets users perform actions with a click. It supports multiple styles, sizes, and states, making it versatile for different interface needs.
<?php
use Lib\PHPXUI\Button;
?>
<div class="flex flex-wrap items-center gap-2 md:flex-row">
<Button>Button</Button>
</div>
Installation
npm
npx phpxui add Button
Usage
use Lib\PHPXUI\Button
<Button variant="outline">Button</Button>