Spacer
A flexible spacer that expands to fill available space or renders at a fixed size.
Installation
dotnet add package Lumeo
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <Spacer />
Brand
Jane Doe
API Reference
Spacer
| Property | Type | Default | Description |
|---|---|---|---|
| Size | string? | — | Fixed Tailwind size value. When unset, expands with flex-1. When set, renders as w-{Size} h-{Size}. |