Metadata-Version: 2.3
Name: Shad4Fast
Version: 0.4
Summary: Shadcn style components to be used with fasthtml
Project-URL: Documentation, https://github.com/curtis-allan/shadcn-fasthtml-framework#readme
Project-URL: Issues, https://github.com/curtis-allan/shadcn-fasthtml-framework/issues
Project-URL: Source, https://github.com/curtis-allan/shadcn-fasthtml-framework
Author-email: Curtis Allan <curtisjallan98@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: components,shadcn,tailwindcss,ui
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: lucide-fasthtml>=0.0.6
Requires-Dist: python-fasthtml
Description-Content-Type: text/markdown

# shad4fast

*All credits go to <a href="https://x.com/shadcn" target="_blank">@Shadcn</a> for the component styles and <a href="https://x.com/jeremyphoward" target="_blank">@JeremyPHoward</a> for the fastHtml framework.*

[![PyPI - Version](https://img.shields.io/pypi/v/shad4fast.svg)](https://pypi.org/project/shad4fast)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/shad4fast.svg)](https://pypi.org/project/shad4fast)

A porting project aiming to bring Shadcn-ui components into FastHtml.

-----

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## Installation

```console
pip install shad4fast
```

## Usage

```python
from shad4fast import *
```

Refer to the <a href="https://shad4fasthtml.com" target="_blank">Official Site</a> for detailed documentation on each components usage.

## License

`shad4fast` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
