find_components_by_token
Find web components using a CSS custom property token by name, returning tag, description, and default value for each match.
Instructions
Find all components that expose or use a given CSS custom property token. Returns tagName, token description, and default value for each match.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraryId | No | Optional library ID to target a specific loaded library instead of the default. | |
| tokenName | Yes | CSS custom property name (must start with "--", e.g. "--sl-color-primary-600") | |
| partialMatch | No | If true (default), match any token containing tokenName as a substring. |