A simple, centered loading spinner component used to indicate that content is being fetched or rendered asynchronously.
Loading awesomeness...
<script setup>
import { LazyLoadingSpinner } from 'praxis-vue-ui'
</script>
<template>
<LazyLoadingSpinner loading-text="Loading data..." />
</template>| Prop | Type | Default | Description |
|---|---|---|---|
| loadingText | string | Cargando... | The text displayed below the spinner. |