deno.land / x / netzo@0.5.16 / components / skeleton.tsx

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// @deno-types="npm:@types/react@18.2.60"import * as React from "react";
import { cn } from "./utils.ts";
function Skeleton({ className, ...props}: React.HTMLAttributes<HTMLDivElement>) { return ( <div className={cn("animate-pulse rounded-md bg-opacity-10", className)} {...props} /> );}
export { Skeleton };
netzo

Version Info

Tagged at
3 weeks ago