```ts import Loader from "~/components/ui/Loader.vue" ``` # Loader Loaders visually indicate when an operation is loading. This makes it visually clear that the user can't interact with the element until the loading process is complete. | Prop | Data type | Required? | Description | | ----------- | --------- | --------- | -------------------------------------------- | | `container` | Boolean | No | Whether to create a container for the loader | ## Normal loader ```vue-html