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