pyheroicons 1.1.0

Last updated:

0 purchases

pyheroicons 1.1.0 Image
pyheroicons 1.1.0 Images
Add to Cart

Description:

pyheroicons 1.1.0

pyheroicons





pyheroicons is a Python library that offers a convenient interface to the Tailwind CSS Heroicons icon set. This library allows developers to easily integrate Heroicons into Python-based web frameworks such as Django, Flask, or FastAPI by generating SVG icon template strings.
Installation
To install pyheroicons, simply use pip:
pip install pyheroicons

Usage
Import heroicon function from pyheroicons and use it to generate icon templates:
from pyheroicons import heroicon

heroicon API

name The name of the Heroicon (e.g., "academic-cap").
variant The variant of the icon ("outline", "solid", "mini", or "micro").
cls Optional. A CSS class to apply to the SVG icon.
strokewidth Optional. The stroke width of the icon. Only applicable if the original SVG contains a stroke-width attribute. i.e. Only works for the "outline" variant.

Example usage
icon_svg = heroicon(name="academic-cap", variant="outline", cls="icon-class", strokewidth="2")
print(icon_svg)

Keeping Up-to-Date
pyheroicons aims to stay up-to-date with the Heroicons library. When a new version of Heroicons is released, pyheroicons will also release a corresponding version to ensure compatibility.



pyheroicons Version
Heroicons Version




1.1.0
2.1.1



Contributing
Contributions to pyheroicons are welcomed!
License
pyheroicons is released under the MIT License.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.