Components
Content
Code

Content

Content(props): null | ReactElement<any, string | JSXElementConstructor<any>>

Content containers allow merchants to easily scan information to understand its hierarchy and rhythm.

Parameters

NameType
propsContentProps & RefAttributes<HTMLDivElement (opens in a new tab)>

Returns

null | ReactElement<any, string | JSXElementConstructor<any>>

Example

<Container>
  <Content>...</Content>
</Container>
import React from 'react'
import { Container } from '@vtex/shoreline-components'
import { Content } from '@vtex/shoreline-components'
export default function App() { return (<><Container> <Content>...</Content></Container></>)}

Defined in

node_modules/.pnpm/@types+react@18.2.14/node_modules/@types/react/ts5.0/index.d.ts:355