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>
);
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)