Components
Clickable
Code

Clickable

Represents clickable surfaces

<Clickable>
  Text <button>Click Me</button>
</Clickable>

Parameters

props

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

Props

asChild (optional)

Enable children composition

  • Type: boolean

  • Default: false

View source (opens in a new tab)