Content
▸ Content(props): null | ReactElement<any, string | JSXElementConstructor<any>>
Content containers allow merchants to easily scan information to understand its hierarchy and rhythm.
Parameters
| Name | Type |
|---|---|
props | ContentProps & RefAttributes<HTMLDivElement (opens in a new tab)> |
Returns
null | ReactElement<any, string | JSXElementConstructor<any>>
Example
example.tsx
<Container>
<Content>...</Content>
</Container>import React from 'react' import { Container, 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