Add Skeleton UI component from shadcn
This commit is contained in:
parent
b685f5e771
commit
b1a2471841
2 changed files with 21 additions and 0 deletions
src/lib/components/ui/skeleton
7
src/lib/components/ui/skeleton/index.ts
Normal file
7
src/lib/components/ui/skeleton/index.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Root from "./skeleton.svelte";
|
||||
|
||||
export {
|
||||
Root,
|
||||
//
|
||||
Root as Skeleton
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue