ui
Installation
SKILL.md
What I do
- Design visual interfaces for applications
- Create component hierarchies and layouts
- Implement responsive designs
- Apply design systems and patterns
- Handle typography, color, and spacing
- Build interactive UI components
When to use me
When building user-facing interfaces for web, mobile, or desktop applications.
Key Concepts
Layout Techniques
/* Flexbox */
display: flex;
justify-content: space-between;
align-items: center;