UNPKG

@fluido/ui-containers

Version:

A framework for create front-end easy and fast

10 lines (9 loc) 242 B
import { styled } from '@fluido/ui'; import { Box } from '../box'; export const Cluster_ = styled(Box) ` display: flex; flex-wrap: wrap; gap: #or(~$gap, $theme.spaces.md); justify-content: $justify; align-items: $items; `;