What problem does it solve?
Writing React components consistently and integrating them with Lobehub UI while managing routing can be error-prone without a clear, shared guide. This Skill provides a structured approach to component structure, styling guidelines, and navigation patterns to reduce duplication and improve maintainability.
Core Features & Use Cases
- Component styling guidance: prefer antd-like styles for complex visuals and inline styles for straightforward cases.
- Layout and composition: use Flexbox and Center from @lobehub/ui to build responsive, accessible layouts (see references/layout-kit.md).
- Routing and organization: follow recommended routing architectures and file organization to simplify navigation and code reuse.
- Reference alignment: leverage the included references to standard layouts and patterns when implementing new components.
Quick Start
Open a React component file and apply the guide to ensure consistent structure, layout, and routing.