{#- chirp-ui: Glow Card Card with mouse-following radial glow effect. Requires Alpine.js. Usage: from "chirpui/glow_card.html" import glow_card call glow_card()

Feature

Description of feature

end call glow_card(variant="accent")

Accent-colored glow

end -#} {% def glow_card(variant="", cls="", attrs="", attrs_map=none) %} {% set variant = variant | validate_variant(("", "default", "accent", "muted"), "") %} {% set variant_class = " chirpui-glow-card--" ~ variant if variant else "" %}
{% slot %}
{% end %}