Container

Basic layout element.

Example

import { Container } from "@styple/design-system";
<Flex css={{ alignItems: "flex-start", width: "100%", gap: "$md", }} >
<Container css={{ width: "100%", height: "$lg", bg: "$bg300" }} />
<Container css={{ width: "100%", height: "$lg", bg: "$bg300" }} />
</Flex>

API Reference

Container

A basic styled component.