Skeleton

Use to show a placeholder while content is loading.

Component Code
<div class="flex items-center space-x-4">
<april:skeleton class="h-12 w-12 rounded-full" />
<div class="space-y-2">
<april:skeleton class="h-4 w-[250px]" />
<april:skeleton class="h-4 w-[200px]" />
</div>
</div>

Publishing Views

Use the following command to publish this view:

php artisan april:publish skeleton
April UI keeps package views in `vendor/` by default. The command uses Laravel's vendor publishing system and copies overrides to `resources/views/vendor/april/components`. To publish all components, run:
php artisan april:publish --all
Review local overrides after an upgrade with `php artisan april:update --diff`.