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