Skip to main content

Lucide icons for FastHTML

Project description

lucide-fasthtml

Any use of the code retrieved from lucide.dev is subject to the terms of the Lucide license, found here.

PyPI - Version PyPI - Python Version

A small package for FastHTML that allows you to use Lucide icons efficiently with fasthtml projects, avoiding cdn's and downloading entire static bundles. Features include:

  • Full tree-shaking support
  • Client-side script retrieval on cache-miss
  • Streamlined attribute handling for full customization (mimics lucide-react)
  • Immediate icon retrieval on cache-hit, no additional network requests

Table of Contents

Installation

pip install lucide-fasthtml

Usage

from lucide_fasthtml import Lucide

Lucide("sun") # or Lucide(icon="sun")

[!RESULT]

Customization

Supports all standard svg attributes. Defaults are set to the standard defaults found at lucide.dev. For ease of use, streamlined attributes used by lucide-react are also supported in a FastHTML-compatible format.

lucide-react lucide-fasthtml notes
color="red" color="red" Can be used instead of stroke. Sets the color of the icon stroke.
strokeWidth="2" stroke_width="2" Sets the stroke width of the icon.
absoluteStrokeWidth=True absolute_sw=True Calculates the stroke width based on the icon's size, to standardize the stroke width across different icon sizes.
size=16 size=16 Can be used instead of width and height properties. Sets the size (width and height) of the icon to the specified value.
Lucide("sun", color="red", stroke_width="1.5", absolute_sw=True, size=16)

[!RESULT]

License

lucide-fasthtml is distributed under the terms of the MIT license.

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

lucide_fasthtml-0.0.2.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

lucide_fasthtml-0.0.2-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page