Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
TimeField.stories.tsx648 B
import { Meta, StoryFn } from "@storybook/react"; import { DateInput, DateSegment, Label, TimeField, TimeFieldProps, TimeValue, } from "@phoenix/components"; const meta: Meta = { title: "TimeField", component: TimeField, parameters: { layout: "centered", }, }; export default meta; const Template: StoryFn<TimeFieldProps<TimeValue>> = (args) => ( <TimeField {...args}> <Label>Event time</Label> <DateInput>{(segment) => <DateSegment segment={segment} />}</DateInput> </TimeField> ); /** * DateFields are used to type in dates within the UI */ export const Default = Template.bind({}); Default.args = {};

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/Arize-ai/phoenix'

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