Get Component Code
get_component_codeRetrieve real source code for any Material 3 component with variants and examples. Choose your framework to get exact code for your app.
Instructions
Retrieve real source code of specific Material 3 component with variants and examples
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variant | No | Variant name (e.g., 'filled', 'outlined', 'elevated') | |
| framework | No | Target framework (default: 'flutter'). Supported: 'web', 'flutter'. React and Angular coming soon. | flutter |
| componentName | Yes | Component name (e.g., 'button', 'card') | |
| includeExamples | No | ||
| includeDependencies | No |