We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227b360 commit 6aed040Copy full SHA for 6aed040
docs/src/app/(docs)/react/components/toolbar/page.mdx
@@ -30,7 +30,7 @@ import { Toolbar } from '@base-ui/react/toolbar';
30
<Toolbar.Group>
31
<Toolbar.Button />
32
33
- <Toolbar.Group />
+ </Toolbar.Group>
34
<Toolbar.Input />
35
</Toolbar.Root>;
36
```
docs/src/app/(docs)/react/handbook/styling/page.mdx
@@ -149,9 +149,9 @@ const MenuExample = () => (
149
<StyledMenuPopup>
150
<StyledMenuItem>Add to Library</StyledMenuItem>
151
<StyledMenuItem>Add to Playlist</StyledMenuItem>
152
- </Menu.Portal>
+ </StyledMenuPopup>
153
</StyledMenuPositioner>
154
- </StyledMenuPopup>
+ </Menu.Portal>
155
</Menu.Root>
156
);
157
0 commit comments