Files
react-test/docs/data/joy/components/button-group/DisabledButtonGroup.tsx.preview

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

8 lines
208 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<ButtonGroup disabled aria-label="disabled button group">
<Button>One</Button>
<Button>Two</Button>
<Button>Three</Button>
<IconButton disabled={false}>
<Settings />
</IconButton>
</ButtonGroup>