Components
Loading preview...
A circular context menu built with Base UI, displaying actions in a clean radial layout with full keyboard support and smooth interaction.
@arhamkhnz
npx shadcn@latest add https://21st.dev/r/arhamkhnz/radial-menuimport { Component } from "@/components/ui/radial-menu";
export default function DemoOne() {
return <Component />;
}