Metadata-Version: 2.4
Name: labbicons
Version: 0.4.0
Summary: Icon components library for labb UI and django projects
License: MIT
License-File: LICENSE
Keywords: django,ui,components,library,perfect,django-cotton,tailwind,daisyui
Author: zadiq
Author-email: dev@zadiq.com
Requires-Python: >=3.10,<4
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Dist: django-cotton (>=2.1.3,<3.0.0)
Requires-Dist: rich (>=14.2.0,<15.0.0)
Requires-Dist: typer (>=0.19.2,<0.20.0)
Project-URL: Documentation, https://labb.io/docs/icons
Project-URL: Discussions, https://github.com/labbhq/labb/discussions
Project-URL: Source, https://github.com/labbhq/labb/tree/main/extras/icons
Description-Content-Type: text/markdown

# labb Icons

Collection of icons packs ready to use in your Django project. It is standalone and can be used independently of the [labb UI components](https://labb.io/docs/ui).

## Installation

```bash
pip install labbicons
# or both labb and labbicons
pip install labbui[icons]
```

## Usage

```html
<c-lbi.rmx.heart w="24" h="24" class="text-red-500" />
```

## CLI Commands

```bash
labb icons search "arrow"
labb icons info rmx.arrow-down
labb icons packs
```

For complete documentation, see the [labb Icons documentation](https://labb.io/docs/icons).

