feat(SW-2264): Added campaign overview page
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import { ChipLink } from './ChipLink.tsx'
|
||||
import { MaterialIcon } from '../Icons/MaterialIcon'
|
||||
import { ChipLink } from './ChipLink.tsx'
|
||||
|
||||
const meta: Meta<typeof ChipLink> = {
|
||||
title: 'Components/Chip/ChipLInk 🚧',
|
||||
title: 'Components/Chip/ChipLink',
|
||||
component: ChipLink,
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ type Story = StoryObj<typeof ChipLink>
|
||||
export const Default: Story = {
|
||||
args: {
|
||||
href: '/',
|
||||
onClick: (e) => e.preventDefault(),
|
||||
onPress: (e) => console.log(e),
|
||||
children: (
|
||||
<>
|
||||
Link Chip
|
||||
|
||||
Reference in New Issue
Block a user