{#- chirp-ui: Spotlight Card Card with auto-rotating spotlight glow effect. Pure CSS, no JS. Usage: from "chirpui/spotlight_card.html" import spotlight_card call spotlight_card()

Highlighted

This card has a rotating spotlight

end call spotlight_card(variant="accent")

Accent spotlight

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