Fidely UI v1 beta is now available!. 🚀

Group

Used to manage grid layouts.

Docs coming soon

Usage

import { Group } from '@fidely-ui/react'
<Group>
  <Box />
  <Box />
  <Box />
</Group>