This commit is contained in:
Waylon Walker 2024-04-05 16:48:42 -05:00
commit 54b3c4bc9b
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
7 changed files with 1085 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# htmx patterns
[![PyPI - Version](https://img.shields.io/pypi/v/htmx-patterns.svg)](https://pypi.org/project/htmx-patterns)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/htmx-patterns.svg)](https://pypi.org/project/htmx-patterns)
-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)
## Installation
```console
pip install htmx-patterns
```
## License
`htmx-patterns` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.