New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

anthrosolui

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anthrosolui

UI component library built on FastHTML, MonsterUI Tailwind, and DaisyUI

0.1.24
PyPI
Maintainers
1

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())

# 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:

Keywords

nbdev jupyter notebook python ui components

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts