wagtail-heroicons
![Wagtail Version](https://img.shields.io/badge/wagtail-5.2%20%7C%206.0-%2300676A?labelColor=%232E1F5E)
Add Heroicons to the Wagtail admin.
Requirements
- Python 3.8, 3.9, 3.10, 3.11, 3.12
- Django 3.2, 4.2, 5.0
- Wagtail 5.2, 6.0
Getting Started
- Install the package from PyPI:
python -m pip install wagtail-heroicons
- Add the app to your Django project's
INSTALLED_APPS
:
INSTALLED_APPS = [
...,
"wagtail_heroicons",
...,
]
Usage
All icons follow the following naming convention: heroicons-<name>-<style>
.
For example, the solid Adjustments icon would be heroicons-adjustments-solid
.
To see all available icons, names and styles, visit the Heroicons website.
See the Wagtail documentation for more information on using icons in Wagtail.
License
wagtail-heroicons
is licensed under the MIT license. See the LICENSE
file for more information.
Heroicons are licensed under the MIT License and are Copyright (c) 2020 Refactoring UI Inc.