The simplicity of FastHTML with the power of Tailwind
Project description
MonsterUI
Installation
To install this library, uses
pip install MonsterUI
Getting Started
To get started, check out:
- Start by importing the modules as follows:
from fasthtml.common import *
from monsterui.all import *
- Instantiate the app with the MonsterUI headers
app = FastHTML(hdrs=Theme.blue.headers())
# Alternatively, using the fast_app method
app, rt = fast_app(hdrs=Theme.slate.headers())
The color option can be any of the theme options available out of the box
From here, you can explore the API Reference & examples to see how to implement the components. You can also check out these demo videos to as a quick start guide:
- MonsterUI documentation page and Tutorial app
- This video where Isaac iteratively builds a form in 5 minutes with the framework
More resources and improvements to the documentation will be added here soon!
LLM context files
Using LLMs for development is a best practice way to get started and explore. While LLMs cannot code for you, they can be helpful assistants. You must check, refactor, test, and vet any code any LLM generates for you - but they are helpful productivity tools.
- llms.txt: Links to the neccesary reference documents to use the MonsterUI library effectively. Contains very little information directly in the document.
- llms-ctx.txt: MonsterUI specific context only (does not include FastHTML specific context)
- llm-ctx-full.txt: All inclusive FastHTML + MonsterUI context
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file monsterui-0.0.10.tar.gz.
File metadata
- Download URL: monsterui-0.0.10.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98ec20c4203f66bc516be9b6d92f5165e2d88bf02576df39e5606e7e5f3c3664
|
|
| MD5 |
df6f4e4284316687f91cb7f82ef48d75
|
|
| BLAKE2b-256 |
a65dcd3482079cdd73c510ab30a11fc2f121a7acef863463a0deb69327703d82
|
File details
Details for the file MonsterUI-0.0.10-py3-none-any.whl.
File metadata
- Download URL: MonsterUI-0.0.10-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fcdfd65f5753a244558186dd6f81cc0f9a0a11be448d09f5298917fd74f23b2
|
|
| MD5 |
73f5d36e0b127817ab2b9e60d39ecaa4
|
|
| BLAKE2b-256 |
892bfa7e6b2bd3085219230cd7443f01fae089e90601fd47e2fe1049589cf9e0
|