skeleton
adrianub/skeletonFreeComponent
adrianub publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by adrianub on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://ui.adrianub.dev/r/styles/new-york/skeleton.jsonSource
1import { computed, Directive, input } from '@angular/core'23import { cn } from '~/lib/utils'45@Directive({6 selector: '[ubSkeleton]',7 standalone: true,8 host: {9 '[class]': 'computedClass()',10 },11})12export class UbSkeletonDirective {13 readonly class = input<string>()14 protected computedClass = computed(() =>15 cn('animate-pulse rounded-md bg-primary/10', this.class()),16 )17}
Files it writes
More from adrianub
All 23 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| accordionaccordion | adrianub | Components | Free | 1 dep | |
| alertalert | adrianub | Components | Free | no deps | |
| aspect-ratioaspect-ratio | adrianub | Components | Free | 1 dep | |
| avataravatar | adrianub | Components | Free | 1 dep | |
| badgebadge | adrianub | Components | Free | no deps | |
| breadcrumbbreadcrumb | adrianub | Components | Free | no deps | |
| buttonbutton | adrianub | Components | Free | no deps | |
| cardcard | adrianub | Components | Free | no deps |
