An interactive, circular container for icons or small elements.
Features glassmorphic styling, interactive hover/active states, and a standardized hit area.
Parameters
props: {children:ReactNode;onClick?:()=>void}
The component properties.
children: ReactNode
The internal icon or element to display inside the container.
OptionalonClick?: ()=>void
Optional callback function triggered when the button is clicked.
An interactive, circular container for icons or small elements. Features glassmorphic styling, interactive hover/active states, and a standardized hit area.