import type { Meta, StoryObj } from '@storybook/react-vite'; import { Dialog } from './Dialog'; import { Modal } from './Modal'; const meta: Meta = { component: Modal, }; export default meta; type Story = StoryObj; export const Example: Story = { render: () => (

This web map depicts known existing bicycle paths, lanes, and paths. An alternate map view conveys a comparative level of traffic stress (LTS) that users might experience when bicycling along major roadways.

), }; export const SmallScreenOverflow: Story = { parameters: { viewport: { defaultViewport: 'mobile1', }, }, render: () => (

This web map depicts known existing bicycle paths, lanes, and paths. An alternate map view conveys a comparative level of traffic stress (LTS) that users might experience when bicycling along major roadways.

This dataset is updated periodically but users are advised that the map may not reflect current conditions on the ground, and may contain errors or omissions. User can click on any location on the map to indicate where updated data is needed.

Use of this information is at your own risk.

This dataset is updated periodically but users are advised that the map may not reflect current conditions on the ground, and may contain errors or omissions. User can click on any location on the map to indicate where updated data is needed.

Use of this information is at your own risk.

), };