mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
feat: create story for card wrapper
This commit is contained in:
parent
257654f7bc
commit
c484c83b5e
18
src/pages/Dashboard/DashboardCardWrapper.stories.ts
Normal file
18
src/pages/Dashboard/DashboardCardWrapper.stories.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import DashboardCardWrapper from './DashboardCardWrapper'
|
||||
|
||||
const meta: Meta = {
|
||||
title: 'Dashboard/DashboardCardWrapper',
|
||||
component: DashboardCardWrapper,
|
||||
decorators: [],
|
||||
tags: ['autodocs'],
|
||||
}
|
||||
|
||||
export default meta
|
||||
|
||||
type DashboardCardWrapperStory = StoryObj<typeof DashboardCardWrapper>
|
||||
|
||||
export const Page: DashboardCardWrapperStory = {
|
||||
args: {},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user