Dankoss Docs - v0.1.0
    Preparing search index...
    • 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.

      Returns Element

      The styled interactive button.