BMAD-METHOD/.claude/rules/graphical-apps-development-.../panel-view-rules.mdc

7 lines
285 B
Plaintext

---
description: Rules for Panel views, specifying that Panel should be used for the visualization layer.
globs: /**/*_view.py
---
- Use Panel to create the visualization layer and run the GUI.
- Views should consist of Panel objects.
- Panel objects can be styled with Python and CSS.