This component no longer exists. It was in skyroc-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-10 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
Menubar
skyroc-ui/menubarRemovedBlock
skyroc-ui publishes no description for this item.
Install it
npx shadcn@latest add https://ui-play.skyroc.me/r/menubar.jsonSource
1'use client';23import MenubarUI from './MenubarUI';4import type { MenubarProps } from './types';56const Menubar = (props: MenubarProps) => {7 return (8 <MenubarUI9 {...props}10 />11 );12};1314Menubar.displayName = 'Menubar';1516export default Menubar;
What it pulls in
Other registry items
