@washingtonpost/wpds-container
v1.24.0
Published
The container centers your content horizontally. It's the most basic layout element.
Downloads
1,419
Keywords
Readme
Container
The container centers your content horizontally. It's the most basic layout element.
import { Container } from "@washingtonpost/wpds-ui-kit";
function Component() {
return <Container>Hello World</Container>;
}