Skip to main content
Deprecated

The @fedibtc/ui library is deprecated and should not be used. This page is kept for reference only.

Spacing

Modifies the TailwindCSS Spacing theme property.

UnitValue
xxs2px
xs4px
sm8px
md12px
lg16px
xl24px
xxl48px

Usage

Use the custom spacing units the same way you would in TailwindCSS. Applies to margin, padding, width, height, gap, space, and more.

```html
<div class="m-lg px-lg py-md flex flex-col gap-md">...</div>