Files
react-test/docs/data/joy/components/tooltip/AccessibilityTooltip.tsx.preview

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

8 lines
186 B
Plaintext
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
<Tooltip title="Delete">
<IconButton>
<DeleteIcon />
</IconButton>
</Tooltip>
<Tooltip describeChild title="Does not add if it already exists.">
<Button>Add</Button>
</Tooltip>