get_flux_component_examples
Retrieve usage examples for a specific Flux UI component by providing its name, enabling quick integration and reference from the Flux UI design system.
Instructions
Get usage examples for 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"
}