MCPcopy Create free account
hub / github.com/PageAI-Pro/page-ui / ButtonLoading

Function ButtonLoading

website/demo/basic-examples/button-loading.tsx:5–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { Button } from '@/components/shared/ui/button';
4
5export default function ButtonLoading() {
6 return (
7 <Button disabled>
8 <Loader2 className="mr-2 h-4 w-4 animate-spin" />
9 Please wait
10 </Button>
11 );
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected