Django-infinite-icons will help you to render SVG icons.
Project description
Django-infinite-icons will help you to render SVG icons in your template & you can alter its width ,height and viewport without hassle.
This project is inspired by FeatherIcons and the author colebmis.
Installation
you can get django-infinite-icons by using pip.
$ pip install django-infinite-icons
To enable widget_tweaks in your project you need to add it to INSTALLED_APPS in your projects settings.py file:
INSTALLED_APPS = [ ... 'django_infinite_icons', ... ]
Example Usage for SVG render
{% load infinite %} {% icon_render 'activity.svg' width='45' %} {% icon_render 'activity.svg' height='45' width='45' %} {% icon_render 'activity.svg' height='45' width='45' viewbox='0 0 20 20' %}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
Close
Hashes for django_infinite_icons-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 763f158943e3d6cebad557cc42ff6f1dc3aa5758fc7101d5ba064fece126719f |
|
MD5 | 1d59d36ef0e4af9eb28ae12607eed738 |
|
BLAKE2-256 | 23c83c5d758ed6fd1aaa291a8dcf0ba575a84b38aeaf96154c526030508b8422 |