mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
feat: add story for sync status card
This commit is contained in:
parent
fe01cc1071
commit
936e91b5b9
18
src/pages/Dashboard/SyncStatusCard.stories.ts
Normal file
18
src/pages/Dashboard/SyncStatusCard.stories.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import SyncStatusCard from './SyncStatusCard'
|
||||
|
||||
const meta: Meta = {
|
||||
title: 'Dashboard/SyncStatusCard',
|
||||
component: SyncStatusCard,
|
||||
decorators: [],
|
||||
tags: ['autodocs'],
|
||||
}
|
||||
|
||||
export default meta
|
||||
|
||||
type SyncStatusCardStory = StoryObj<typeof SyncStatusCard>
|
||||
|
||||
export const Page: SyncStatusCardStory = {
|
||||
args: {},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user