Skip to main content
Glama
deleonio
by deleonio
routes.ts1.88 kB
import { Routes } from '../shares/types'; import { ButtonShortkeyTable } from './button-shortkey-table'; import { ChangeTabindex } from './change-tabindex'; import { CustomTooltipCssProperties } from './custom-tooltip-css-properties'; import { DateInForm } from './date-in-form'; import { DisabledInteractiveElements } from './disabled-interactive-elements'; import { FocusElements } from './focus-elements'; import { TableHorizontalScrollAdvanced } from './horizontal-scrollbar-advanced'; import { InputGroupWithError } from './input-group-with-error'; import { InputsGetValue } from './inputs-get-value'; import { PerformanceTest } from './performance-test'; import { RHFBasic } from './react-hook-form/basic'; import { SameHeightOfAllInteractiveElements } from './same-height-of-all-interactive-elements'; import { SampleFormWithValidation } from './sample-form-with-validation'; import { StaticForm } from './static-form'; import { ToolbarItemOrder } from './toolbar-item-order'; import { TooltipPositioning } from './tooltip-positioning'; export const SCENARIO_ROUTES: Routes = { scenarios: { 'button-shortkey-table': ButtonShortkeyTable, 'change-tabindex': ChangeTabindex, 'custom-tooltip-css-properties': CustomTooltipCssProperties, 'date-in-form': DateInForm, 'disabled-interactive-scenario': DisabledInteractiveElements, 'focus-elements': FocusElements, 'input-group-with-error': InputGroupWithError, 'inputs-get-value': InputsGetValue, 'react-hook-form-adapter': RHFBasic, 'same-height-of-all-interactive-elements': SameHeightOfAllInteractiveElements, 'static-form': StaticForm, 'sample-form-with-validation': SampleFormWithValidation, 'table-horizontal-scrollbar-advanced': TableHorizontalScrollAdvanced, 'toolbar-item-order': ToolbarItemOrder, 'tooltip-positioning': TooltipPositioning, 'performance-test': PerformanceTest, }, };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'

If you have feedback or need assistance with the MCP directory API, please join our Discord server