Skip to content
Snippets Groups Projects
Verified Commit 8ff62a92 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add note on example to README.

parent 6d635288
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,14 @@ In the future, a template tag will be available to render SVG icons directly ...@@ -101,6 +101,14 @@ In the future, a template tag will be available to render SVG icons directly
into the template, which can be helpful in situations where retrieving external into the template, which can be helpful in situations where retrieving external
resources in undesirable, like HTML e-mails. resources in undesirable, like HTML e-mails.
Example
-------
The source distribution as well as the `Git repository` contain a full example
application that serves the API under `/icons/` and a test page under `/test.html`.
It is reduced to a minimal working example for the reader's convenience.
_`Iconify`: https://iconify.design/ _`Iconify`: https://iconify.design/
_`django-iconify`: https://edugit.org/AlekSIS/libs/django-iconify _`django-iconify`: https://edugit.org/AlekSIS/libs/django-iconify
_`poetry`: https://python-poetry.org/ _`poetry`: https://python-poetry.org/
...@@ -108,3 +116,4 @@ _`JSON collection`: https://github.com/iconify/collections-json ...@@ -108,3 +116,4 @@ _`JSON collection`: https://github.com/iconify/collections-json
_`django-yarnpkg`: https://edugit.org/AlekSIS/libs/django-yarnpkg _`django-yarnpkg`: https://edugit.org/AlekSIS/libs/django-yarnpkg
_`Iconify SVG Framework`: https://docs.iconify.design/implementations/svg-framework/ _`Iconify SVG Framework`: https://docs.iconify.design/implementations/svg-framework/
_`How to use Iconify in CSS`: https://docs.iconify.design/implementations/css.html _`How to use Iconify in CSS`: https://docs.iconify.design/implementations/css.html
_`Git repository`: https://edugit.org/AlekSIS/libs/django-iconify
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment