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>;
}
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>;
}
npm i @washingtonpost/wpds-container
2,487
1.2.0
MIT
23.9 kB
11