Components
Container
Code

Container

Wraps Content component to support Container Queries

<Container>
  <Content>...</Content>
</Container>

Parameters

props

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

Props

as (optional)

Select the rendered html tag

  • Type: @vtex/shoreline-components.ContentContainerAs

  • Default: 'div'

View source (opens in a new tab)