@washingtonpost/wpds-container

The container centers your content horizontally. It's the most basic layout element.

Usage no npm install needed!

<script type="module">
  import washingtonpostWpdsContainer from 'https://cdn.skypack.dev/@washingtonpost/wpds-container';
</script>

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>;
}