import type { Meta, StoryObj } from '@storybook/react'; import React from 'react'; import illustration from './illustration.webp'; import { Banner } from '../Banner'; import { Button } from '../../Button'; import { SnapshotContainer } from '../../../test-utils/SnapshotsContainer'; const meta: Meta = { title: 'Feedback/Banner', component: Banner, }; export default meta; type Story = StoryObj; export const Brand: Story = { decorators: [ (Story) => (
), ], args: { title: 'Track your budgets', actions: (