{#- chirp-ui: Meteor Effect Decorative diagonal streak animation for backgrounds. Usage: from "chirpui/meteor.html" import meteor call meteor()

Hero content with meteors

end call meteor(count=6, variant="accent")

More streaks, accent color

end -#} {% def meteor(count=4, variant="", cls="") %} {% set variant = variant | validate_variant(("", "default", "accent", "muted"), "") %} {% set variant_class = " chirpui-meteor--" ~ variant if variant else "" %}
{% for i in range(count) %} {% end %}
{% slot %}
{% end %}