Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
TextField.stories.tsx1.29 kB
import { Meta, StoryFn } from "@storybook/react"; import { FieldError, Flex, Input, Label, Text, TextField, TextFieldProps, } from "@phoenix/components"; import { FieldDangerIcon } from "@phoenix/components/field/FieldDangerIcon"; const meta: Meta = { title: "TextField", component: TextField, parameters: { controls: { expanded: true }, }, }; export default meta; const Template: StoryFn<TextFieldProps> = (args) => ( <TextField {...args}> <Label>Label</Label> <Input type="text" /> <Text slot="description">Description</Text> </TextField> ); export const Default = Template.bind({}); export const Gallery = () => ( <Flex direction="column" gap="size-50" width="600px"> <TextField> <Label>Label</Label> <Input type="text" /> </TextField> <TextField> <Label>Label</Label> <Input type="text" /> <Text slot="description">Field description</Text> </TextField> <TextField isInvalid> <Label>Label</Label> <Input type="text" /> <FieldDangerIcon /> <FieldError>Field error</FieldError> </TextField> <TextField isReadOnly> <Label>Label</Label> <Input type="text" /> <Text slot="description">This is read only</Text> </TextField> </Flex> );

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