get_flux_component_details
Retrieve comprehensive details about any Flux UI component, including documentation and examples, by specifying the component name. Ideal for accessing accurate design system references.
Instructions
Get detailed information about a specific Flux UI component
Input Schema
Name | Required | Description | Default |
---|---|---|---|
componentName | Yes | Name of the Flux UI component (e.g., "accordion", "button") |
Input Schema (JSON Schema)
{
"properties": {
"componentName": {
"description": "Name of the Flux UI component (e.g., \"accordion\", \"button\")",
"type": "string"
}
},
"required": [
"componentName"
],
"type": "object"
}