Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 319 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 319 Bytes

Spacer

The Spacer component renders a square of empty space, meant to add space around and in other components.

Getting started

yarn add @hig/spacer @hig/theme-context @hig/theme-data

Import the component

import Spacer from '@hig/spacer';

Basic usage

<Spacer spacing="xl"/>