Saving changes...
Loading account details...
vue
<p-busy>Saving changes...</p-busy>
<p-busy as="article">
<p>Loading account details...</p>
</p-busy>PBusy is a tiny wrapper for Pico's aria-busy loading pattern. For Pear buttons, use PButton's loading prop instead.
Loading account details...
<p-busy>Saving changes...</p-busy>
<p-busy as="article">
<p>Loading account details...</p>
</p-busy>| Name | Type | Default | Description |
|---|---|---|---|
as | string | 'span' | Rendered element. |
busy | boolean | true | Controls aria-busy. |
label | string | - | Accessible label for busy content without visible text. |
default | slot | - | Busy content. |
