FeedbackLoaderA small spinner for indicating that something is in progress.Installimport { Loader } from 'vael-ui'PlaygroundVue DOMVaporsize1remlabelimport { Loader } from 'vael-ui' <Loader size="1rem" label="">Loader</Loader>PropsNameTypeDefaultDescriptionsizestring | undefinedAny CSS length. Sets the root's font-size — the ring is sized in `em`, so it scales with it.labelstring | undefinedRenders role="status" with visually-hidden text as the accessible name. Omit to make the loader aria-hidden.uiPartial<{ root: UiPartValue; }> | undefinedSlotsNo slots.EventsNo events.ExposedNameTypeDescriptionelHTMLElement | null