Display a tooltip. This is technically not a component.
<x-bladewind.spinner />
<x-bladewind.spinner size="medium" />
<x-bladewind.spinner size="big" />
<x-bladewind.spinner size="xl" />
<x-bladewind.spinner size="omg" />
The table below shows a comprehensive list of all the attributes available for the Spinner component.
Option | Default | Available Values |
---|---|---|
size | small | small medium big xl omg |
css | bw-spinner | Any additional CSS you wish to add. |
<x-bladewind.spinner
size="medium"
css="m-0" />
resources > views > components > bladewind > spinner.blade.php