diff --git a/docs/src/pages/components/Loading.svx b/docs/src/pages/components/Loading.svx index 97895b07..abb3ea92 100644 --- a/docs/src/pages/components/Loading.svx +++ b/docs/src/pages/components/Loading.svx @@ -1,16 +1,28 @@ +--- +components: ["Loading"] +--- + +The `Loading` component provides a full-screen or inline loading indicator. It's ideal for showing progress during page loads or data fetching operations. + ## Default (with overlay) +Display a loading indicator with a semi-transparent overlay that covers the entire viewport. + ## No overlay +Show a loading indicator without the overlay, allowing interaction with the underlying content. + ## Small size +Display a more compact loading indicator. + \ No newline at end of file