The simplicity of FastHTML with the power of Tailwind
Project description
MonsterUI
Combine the simplicity of FastHTML with the power of TailwindCSS
Why
Because UI is too complex and too aggravating, people don't want to need to become a CSS expert to make professional-looking websites.
Installation
To install this library, uses
pip install MonsterUI
Getting Started
Go to the MonsterUI Getting Started Page. It is the #1 best way to learn to get started.
TLDR
Run python file.py on this to start:
from fasthtml.common import *
from monsterui.all import *
# Choose a theme color (blue, green, red, etc)
hdrs = Theme.blue.headers()
# Create your app with the theme
app, rt = fast_app(hdrs=hdrs)
@rt
def index():
socials = (('github','https://github.com/AnswerDotAI/MonsterUI'),
('twitter','https://twitter.com/isaac_flath/'),
('linkedin','https://www.linkedin.com/in/isaacflath/'))
return Titled("Your First App",
Card(
H1("Welcome!"),
P("Your first MonsterUI app", cls=TextPresets.muted_sm),
P("I'm excited to see what you build with MonsterUI!"),
footer=DivLAligned(*[UkIconLink(icon,href=url) for icon,url in socials])))
serve()
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. Take a look inside the llms.txt file to see links to particularly useful context files!
- llms.txt: Links to what is included
- llms-ctx.txt: MonsterUI Documentation Pages
- API list: API list for MonsterUI (included in llms-ctx.txt)
In addition you can add /md (for markdown) to a url to get a markdown representation and /rmd for rendered markdown representation (nice for looking to see what would be put into context.
Step by Step
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 in the documentation page
- MonsterUI Getting Started Page
More resources and improvements to the documentation will be added here soon!
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.34.tar.gz.
File metadata
- Download URL: monsterui-0.0.34.tar.gz
- Upload date:
- Size: 29.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66b98d4bfec7367d49dcf50fafe27f168d4438997b801fc4e40034f754695626
|
|
| MD5 |
a2b8389023c427c5a0e4f810a728c757
|
|
| BLAKE2b-256 |
5bc2ffcc66649dc3088f91002bd7f0a4ca522377ae47577be8017ceba15f22fc
|
File details
Details for the file MonsterUI-0.0.34-py3-none-any.whl.
File metadata
- Download URL: MonsterUI-0.0.34-py3-none-any.whl
- Upload date:
- Size: 29.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
679876f7c5613459c8f67edfe74e66bd98564da0becd7a6176554466b0c5626d
|
|
| MD5 |
ca59570632c66378bb355599690c1833
|
|
| BLAKE2b-256 |
1cf7f269b3ee4eb99ff28941be3cd4c01bce4d653c0be5d4de77c824fe861687
|