Skip to main content
Glama
by m-yoshiro
Header.stories.ts788 B
import type { Meta, StoryObj } from '@storybook/react'; import { fn } from '@storybook/test'; import { Header } from './Header'; const meta = { title: 'Example/Header', component: Header, // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs tags: ['autodocs'], parameters: { // More on how to position stories at: https://storybook.js.org/docs/configure/story-layout layout: 'fullscreen', }, args: { onLogin: fn(), onLogout: fn(), onCreateAccount: fn(), }, } satisfies Meta<typeof Header>; export default meta; type Story = StoryObj<typeof meta>; export const LoggedIn: Story = { args: { user: { name: 'Jane Doe', }, }, }; export const LoggedOut: Story = {};

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/m-yoshiro/storybook-mcp'

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