import './Skeleton.html'
/**
* Simple building block to create skeleton / placeholders for
* content that is yet to be loaded.
* @module
* @see https://blazeui.meteorapp.com/components?c=Skeleton
*/
/**
* @type object
*/
export const Skeleton = {
name: 'Skeleton',
main: true,
class: 'animate-pulse rounded-md bg-muted'
}