@maxhealth.tech/prefab / auto
auto
Classes
| Class | Description |
|---|---|
| QuickFormBuilder | Chainable form builder for rapid MCP tool UI generation. |
Interfaces
| Interface | Description |
|---|---|
| AutoChartOptions | - |
| AutoComparisonOptions | - |
| AutoFormField | One field in an auto-generated form. |
| AutoFormOptions | - |
| AutoDetailOptions | - |
| AutoTableOptions | - |
| AutoMetricDef | - |
| AutoMetricsOptions | - |
| AutoProgressStep | - |
| AutoProgressOptions | - |
| JsonSchemaNode | The JSON Schema keywords a form field can express, read structurally. |
| FieldsFromJsonSchemaOptions | - |
| AutoTimelineEvent | - |
| AutoTimelineOptions | - |
Type Aliases
| Type Alias | Description |
|---|---|
| ChartType | - |
Functions
| Function | Description |
|---|---|
| autoChart | Auto-generate a chart Card from data and series definitions. |
| autoComparison | Auto-generate a side-by-side comparison of items. |
| autoForm | Auto-generate a Form that calls an MCP tool on submit. |
| QuickForm | Factory function for the chainable QuickForm builder. |
| statusVariant | Get a Badge variant for a status string. Falls back to 'outline' for unknown statuses. |
| registerStatusVariants | Register additional status→variant mappings. |
| autoDetail | Auto-generate a detail Card from a data object. |
| autoTable | Auto-generate a DataTable from an array of objects. |
| autoMetrics | Auto-generate a KPI dashboard grid. |
| autoProgress | Auto-generate a multi-step progress tracker. |
| fieldsFromJsonSchema | Derive autoForm fields from a JSON Schema object. |
| autoTimeline | Auto-generate a chronological timeline. |