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

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

5 lines
140 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<Sheet sx={{ pr: 7 }}>
<Tooltip title="Add" arrow open placement="right">
<Button variant="plain">Arrow</Button>
</Tooltip>
</Sheet>