8000 GitHub - joeszetocodeman/skeleton-loading
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joeszetocodeman/skeleton-loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

laravel, tailwindcss, skeleton loading

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" />

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0