fetch_flux_docs
Fetch documentation for any Livewire Flux component or layout directly from fluxui.dev. Specify a component path or layout name to retrieve targeted docs.
Instructions
Fetch documentation for Livewire Flux components or layouts from fluxui.dev
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layout | No | The layout name to fetch documentation for (e.g., "header", "sidebar") (optional) | |
| search | No | DEPRECATED — accepted but ignored. Will be removed in 3.0. Filter the returned text client-side instead. | |
| version | No | Flux major version to target (default v2) | |
| component | No | The component name or path to fetch documentation for (optional) |