Add Heroicons to the Wagtail admin.
Project description
wagtail-heroicons
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wagtail_heroicons-0.2.2.tar.gz
(55.1 kB
view hashes)
Built Distribution
Close
Hashes for wagtail_heroicons-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60119ccf61a00dca1631104ce631ad628e2e8807f7e393a8268013ea0100783d |
|
MD5 | 7daf943ea4e8589ec4a4654624515e13 |
|
BLAKE2b-256 | 8fcc0589ebf680347df3c156de1ab8c99c8afc4d6197529761eb6ecfc86c63f7 |