mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-03 12:30:34 +00:00
feat: create story for diamond card
This commit is contained in:
parent
ddf7db1227
commit
7868846d53
19
src/components/General/RightSideBar/DiamondCard.stories.tsx
Normal file
19
src/components/General/RightSideBar/DiamondCard.stories.tsx
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
import type { Meta, StoryObj } from '@storybook/react'
|
||||||
|
|
||||||
|
import DiamondCard from './DiamondCard'
|
||||||
|
|
||||||
|
const meta = {
|
||||||
|
title: 'General/DiamondCard',
|
||||||
|
component: DiamondCard,
|
||||||
|
parameters: {
|
||||||
|
layout: 'centered',
|
||||||
|
},
|
||||||
|
tags: ['autodocs'],
|
||||||
|
} satisfies Meta<typeof DiamondCard>
|
||||||
|
|
||||||
|
export default meta
|
||||||
|
type Story = StoryObj<typeof meta>
|
||||||
|
|
||||||
|
export const Default: Story = {
|
||||||
|
args: {},
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user