Fidely UI v1 beta is now available!. 🚀

Wrap

Used to add space between elements and wraps automatically if there isn't enough space.

0
1
2
3
4
5
6
7
8
9

Usage

import { Wrap } from '@fidely-ui/react'
<Wrap>
  <div />
  <div />
  <div />
  <div />
</Wrap>

Examples

Gap

0
1
2
3
4
5
6
7
8
9

Alignment

Box 1
Box 2
Box 3
Box 4
Box 5
Box 6
Box 7

Justifyy

Box 1
Box 2
Box 3
Box 4
Box 5
Box 6
Box 7

Row and Column Gap

On this page