joe.szeto / skeleton-loading
Installs: 4 257
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/joe.szeto/skeleton-loading
This package is auto-updated.
Last update: 2025-10-04 09:59:22 UTC
README
install
composer require joe.szeto/skeleton-loading
tailwindcss
in tailwind.config.js
/** @type {import('tailwindcss').Config} */
export default {
content: [
...
"./vendor/joe.szeto/skeleton-loading/resources/views/**/*.blade.php",
],
theme: {
extend: {},
},
plugins: [],
}
Service Provider
in providers.php ( laravel 11 ), in app.php ( laravel 10 ) add
JoeSzeto\SkeletonLoading\SkeletonServiceProvider::class
usage
<x-skeleton-loading pattern="abab|abba|aaab" />