Components
API Reference

API Reference

Bubbles events to Clickable

<Clickable>
  <ClickableBubble>
    <p>Clicking the text will bubble the Click event to Clickable</p>
  </ClickableBubble>
</Clickable>

Parameters

props

  • Type: @vtex/shoreline-primitives.ClickableBubbleProps & @types/react.React.RefAttributes<typescript.HTMLDivElement>

Props

children

Children to bubble event

  • Type: @types/react.React.ReactNode