get-component-examples
Retrieve code examples for a specific component using the Visa Design System MCP Server to streamline development and ensure design consistency.
Instructions
Get code examples for 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"
}