UiPool v0.2.0

Linking Components

Connect scanned components to patterns for comprehensive design system tracking.

Overview #

When you scan your codebase with UiPool, you discover both patterns (high-level UI workflows) and components (reusable building blocks). Linking components to patterns creates a complete picture of how your design system is implemented.

Component linking is done in the UiPool dashboard, not in code. This keeps your codebase clean while providing rich relationship data.

Linking in the Dashboard #

To link components to a pattern:

  1. 1Navigate to Patterns and select a pattern
  2. 2In the Components section, click + Manage
  3. 3Search and select the components that belong to this pattern
  4. 4Click Save changes to persist the relationships
Use the search box to quickly find components by name, category, or description.

Best Practices #

  • Link atomic components — Focus on reusable building blocks, not one-off implementations
  • Use consistent naming — Ensure component IDs in code match your design system terminology
  • Review after scans — Check for new components that should be linked after each scan
  • Document slots — Use the notes field to describe how the component fits in the pattern