Spacer

Used to add spacing between components

Usage

import { Spacer } from '@cleartrip/bento'

Playground

className

string

Additional classes to be added to the component

m

number

Margin to be added to all sides.

mt

number

Margin to be added to top.

mb

number

Margin to be added to bottom.

ml

number

Margin to be added to left.

mr

number

Margin to be added to right.

mx

number

Margin only added to the x axis.

my

number

Margin only added to the y axis.