Aurora Text
The Wrap a short word or phrase inside surrounding typography. Provide CSS colors in order to tune the gradient palette. Use Because it renders an inline element by default, it composes naturally inside headings and paragraphs. By default, the component renders a screen-reader-only text copy and hides the visual animated node from assistive technologies. Use This component has no Alpine API because the aurora effect is CSS-only.RzAuroraText component adds an animated aurora-style gradient to inline text. It is a single SSR-friendly presentational wrapper with configurable gradient colors and speed, and it does not require Alpine.js or Blazor interactivity.<span class="font-bold text-4xl md:text-7xl">
Ship <RzAuroraText>beautiful</RzAuroraText>
</span><RzAuroraText Colors="new[] { ""#F97316"", ""#FACC15"", ""#10B981"", ""#06B6D4"" }">
energy
</RzAuroraText>Speed to control how quickly the aurora animation moves.<RzAuroraText Speed="0.5">Slow Aurora</RzAuroraText>
<RzAuroraText>Default Aurora</RzAuroraText>
<RzAuroraText Speed="2">Fast Aurora</RzAuroraText><RzHeading Level="HeadingLevel.H3">Build <RzAuroraText>delightful</RzAuroraText> interfaces</RzHeading>
<RzParagraph>The team shipped <RzAuroraText>remarkable polish</RzAuroraText> in this release.</RzParagraph>Decorative only when nearby content already communicates the same meaning.<RzAuroraText>Accessible Highlight</RzAuroraText>
<RzAuroraText Decorative="true">✨</RzAuroraText>Property Description Type Default ChildContentInline text or markup to render with the aurora effect. RenderFragment?nullColorsOrdered CSS color values used to build the gradient. string[]?["#FF0080", "#7928CA", "#0070F3", "#38bdf8"]SpeedRelative animation speed multiplier. Non-positive values normalize to 1.double1AriaLabelOptional explicit accessible name for non-text content. string?nullDecorativeHides the component from assistive technologies when true. boolfalseclassAdditional root classes merged through AdditionalAttributes.string?null