Files
react-test/docs/data/joy/components/circular-progress/CircularProgressButton.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
258 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<Button startDecorator={<CircularProgress variant="solid" />}>Loading…</Button>
<IconButton>
<CircularProgress />
</IconButton>
<Link
component="button"
variant="plain"
startDecorator={<CircularProgress />}
sx={{ p: 1 }}
>
Submitting...
</Link>