Documentation
Feedback
Guides
VTEX IO Apps

VTEX IO Apps
Container
vtex.store-components
Version: 3.119.6
Latest version: 3.178.2

This page is about version 3.119.6 of the app, which is not the most recent version. The latest stable version is 3.178.2.

Description

Container is a VTEX component that is used to wrap code, applying custom styles in the process. Is used throughout the apps in the store to apply similar behavior. This component can be imported and used by any VTEX app.

:loudspeaker: Disclaimer: Don't fork this project, use, contribute, or open issue with your feature request.

Table of Contents

Usage

You should follow the usage instruction in the main README.

To import it into your code:


_10
import { Container } from 'vtex.store-components'

You can use it in your code like a React component with the jsx tag: <Container>.


_10
<Container className="my-section">
_10
My content
_10
</Container>

Configuration

Prop nameTypeDescription
classNameStringThe tachyons classes to be applied in the container
childrenNodeThe content to be wrapped

Styles API

You should follow the Styles API instruction in the main README.

CSS Namespaces

For now this component does not have any css namespaces.

See also
Vtex.store Components
VTEX IO Apps
VTEX App Store
VTEX IO Apps