HelixOverviewDocsComponentsSandboxTheme builderCortexDocsEngramBuildingTraceBuildingRecallDeclaredServicesInsightsGet in touchSource on GitHub
Loading the reference
LoaderView SourceEdit in SandboxView MarkdownCopy MarkdownOpen in ClaudeOpen in CursorSays that something indeterminate is in progress.StableSince 0.1.0FeedbackUsageimport'@fusion.dev/helix/loader'import'@fusion.dev/helix-headless/loader'Preview
API ReferenceRoothelix-loaderSays that something indeterminate is in progress.
PropTypeDefaultDescriptionlabelstring"Loading"Accessible name, announced while the work is outstanding.size"sm"|"md"|"lg"Diameter relative to the surrounding text.variant"pulse"How the waiting is drawn.
ReadTypeDescriptionwhenSettledPromise<void>Resolves a frame after the first update, when transitions are switched on.
SlotDescription(default)A mark to sit still at the center, usually a logo. Empty by default.
PartDescriptionindicatorThe arc that turns.markThe region holding what was slotted at the center.svgThe rotating circle pair.trackThe full circle behind the indicator.
CSS PropertyDescription--loader-colorColor of the moving arc.--loader-sizeDiameter. Defaults to 1.5em.--loader-track-colorColor of the circle behind it.
Roothelix-headless-loaderSays that something indeterminate is in progress.
PropTypeDefaultDescriptionlabelstring"Loading"Accessible name, announced while the work is outstanding.
ReadTypeDescriptionwhenSettledPromise<void>Resolves a frame after the first update, when transitions are switched on.
SlotDescription(default)A mark to sit still at the center, usually a logo. Empty by default.
PartDescriptionindicatorThe arc that turns.markThe region holding what was slotted at the center.svgThe rotating circle pair.trackThe full circle behind the indicator.
ExamplesNameDescriptionPreviewA spinner with a label read aloud rather than shown.PreviewA spinner with a label read aloud rather than shown.PulseA pulse rather than a spin, for a wait inside a small space.SizesThe loader at each size it comes in.With IconA glyph in the middle of the ring, for a wait with a subject.