anthrosolui Getting Started
Installation
To install this library, uses
pip install anthrosolui
Getting Started
TLDR
TBD
LLM context files
TBD
Step by Step
To get started, check out:
- Start by importing the modules as follows:
from fasthtml.common import *
from anthrosolui.all import *
- Instantiate the app with the anthrosolui headers
app = FastHTML(hdrs=AnthrosolTheme.epso.headers())
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: