Text Skeleton
a button that signs out the user
- it has a label
- it has a click event that signs out the user
Hello
Installation
npx shadcn@latest add https://shuip.xyz/r/skeleton.text.json
Usage
import { SkeletonText } from '@/components/ui/shuip/skeleton.text';export default function SkeletonTextExample() {return <SkeletonText text="Hello" />;}
On This Page