Files
animaltrack/docs/vendor/monsterui/llms.txt
Petru Paler c0b939627b feat: initial project setup with implementation plan
- Add PLAN.md with 40-step checklist across 10 phases
- Add CLAUDE.md with project-specific instructions
- Set up nix flake with FastHTML/MonsterUI dependencies
- Create Python package skeleton (src/animaltrack)
- Vendor FastHTML and MonsterUI documentation
- Add Docker build configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 17:37:16 +00:00

44 lines
2.9 KiB
Plaintext

# MonsterUI Documentation
> MonsterUI is a python library which brings styling to python for FastHTML apps.
## API Reference
- [API List](apilist.txt): Complete API Reference
## Examples
- [Dashboard](examples/dashboard.md): FrankenUI Dashboard Example built with MonsterUI (original design by ShadCN)
- [Forms](examples/forms.md): FrankenUI Forms Example built with MonsterUI (original design by ShadCN)
- [Auth](examples/auth.md): FrankenUI Auth Example built with MonsterUI (original design by ShadCN)
- [Mail](examples/mail.md): FrankenUI Mail Example built with MonsterUI (original design by ShadCN)
- [Tasks](examples/tasks.md): FrankenUI Tasks Example built with MonsterUI (original design by ShadCN)
- [Music](examples/music.md): FrankenUI Music Example build with MonsterUI (Original design by ShadCN)
- [Scrollspy](examples/scrollspy.md): MonsterUI Scrollspy Example application
- [Cards](examples/cards.md): FrankenUI Cards Example built with MonsterUI (original design by ShadCN)
- [Ticket](examples/ticket.md): MonsterUI Help Desk Example - Professional Dashboard with DaisyUI components
- [Playground](examples/playground.md): FrankenUI Playground Example built with MonsterUI (original design by ShadCN)
## Optional
- [Accordion | Link](api_ref/docs_accordion_link.md): Accordion API Reference
- [Button | Link](api_ref/docs_button_link.md): Buttons & Links API Reference
- [Cards](api_ref/docs_cards.md): Cards API Reference
- [Charts](api_ref/docs_charts.md): Charts API Reference
- [Containers](api_ref/docs_containers.md): Articles, Containers & Sections API Reference
- [Dividers](api_ref/docs_dividers.md): Dividers API Reference
- [Forms](api_ref/docs_forms.md): Forms and User Inputs API Reference
- [Html](api_ref/docs_html.md): HTML Styling API Reference
- [Icons | Images](api_ref/docs_icons_images.md): Icons & Images API Reference
- [Layout](api_ref/docs_layout.md): Layout (Flex and Grid) API Reference
- [Lightbox](api_ref/docs_lightbox.md): Lightbox API Reference
- [Lists](api_ref/docs_lists.md): Lists API Reference
- [Loading](api_ref/docs_loading.md): Loading Indicators API Reference
- [Markdown](api_ref/docs_markdown.md): Markdown + automated HTML styling API Reference
- [Modals](api_ref/docs_modals.md): Modals API Reference
- [Navigation](api_ref/docs_navigation.md): Navigation (Nav, NavBar, Tabs, etc.) API Reference
- [Notifications](api_ref/docs_notifications.md): Alerts & Toasts API Reference
- [Sliders](api_ref/docs_sliders.md): Carousel Sliders API Reference
- [Steps](api_ref/docs_steps.md): Steps API Reference
- [Tables](api_ref/docs_tables.md): Tables API Reference
- [Theme | Headers](api_ref/docs_theme_headers.md): Theme and Headers API Reference
- [Typography](api_ref/docs_typography.md): Typography API Reference
- [Layout](examples/tutorial_layout.md): MonsterUI Page Layout Guide
- [Spacing](examples/tutorial_spacing.md): Padding & Margin & Spacing, Oh my! (MonsterUI Spacing Guide)