{# app/templates/admin/icons.html #} {% extends "admin/base.html" %} {% block title %}Icons Browser{% endblock %} {# ✅ CRITICAL: Link to Alpine.js component #} {% block alpine_data %}adminIcons(){% endblock %} {% block content %}
Browse all available icons. Click any icon to copy its name or usage code.
Found icon(s)
Try adjusting your search or filter
w-4 h-4
w-5 h-5
w-6 h-6
w-8 h-8
w-12 h-12
Use the x-html directive:
<span x-html="$icon('home', 'w-5 h-5')"></span>
Use Tailwind classes:
<span x-html="$icon('check', 'w-6 h-6 text-green-500')"></span>