get-component-details
Retrieve detailed specifications, usage guidelines, and design tokens for a specific component in the Visa Design System to ensure consistency and accuracy in product design.
Instructions
Get detailed information about a specific component
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Component name |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Component name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}