Skip to content

Component Name

An adjustable, empty space that can be used to tune the spacing between child elements.

import {
Placeholder,
Spacer,
} from '@fintech-sandpit/ui/react';
return (
<Placeholder className="flex no-wrap w-100 p-4">
<Placeholder className="w-20 h-20" />
<Spacer />
<Placeholder className="w-20 h-20" />
</Placeholder>
);
NameTypeDefaultDescription
wCssUnitMinimum width of the spacer
type CssUnit = `${number}${'px' | 'em' | 'rem' | 'vw' | 'vh' | 'vmin' | 'vmax' | '%'}`