← Về thư mục
📄 / / root / GitHub / .agents / workflows / ui-design-wf.md

description: Standardized UI Component Selection & Implementation

UI Design Workflow: Component Discovery

This workflow ensures that the application maintains a premium, consistent design by leveraging established component patterns instead of ad-hoc UI development.

Steps

1. Identify Component Need

Before writing any UI code, clearly define what element is needed (e.g., "A date picker that allows selecting year first", "A modal for error messages", "A multi-select dropdown").

2. Search Documentation

// turbo 1. Use search_web with the query: flowbite [component name] tailwind react. 2. Visit the official Flowbite Documentation. 3. Look for "interactive" or "standard" versions that match our requirements.

3. Review Implementation Details

4. Adapt to Theme

Rules