001 NextUI Spacer
edwin_ew
Posted on April 18, 2022
import { Container,Spacer, Card } from "@nextui-org/react";
export default function App() {
return (
<Container gap={0} css={{ d: 'flex', flexWrap: 'nowrap' }}>
<Card color="primary" />
<Spacer x={2} />
<Card color="primary" />
</Container>
);
}
💖 💪 🙅 🚩
edwin_ew
Posted on April 18, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.