mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 17:29:04 +00:00
Create ClientAddressRow.stories.tsx
This commit is contained in:
parent
6cc33d598e
commit
f6de3a708c
@ -0,0 +1,21 @@
|
|||||||
|
import type { Meta, StoryObj } from '@storybook/react'
|
||||||
|
|
||||||
|
import ClientAddressRow from './ClientAddressRow'
|
||||||
|
import { withRouter } from 'storybook-addon-react-router-v6'
|
||||||
|
|
||||||
|
const meta = {
|
||||||
|
title: 'Connect-Device/ClientAddressRow',
|
||||||
|
component: ClientAddressRow,
|
||||||
|
parameters: {
|
||||||
|
layout: 'centered',
|
||||||
|
},
|
||||||
|
tags: ['autodocs'],
|
||||||
|
decorators: [withRouter],
|
||||||
|
} satisfies Meta<typeof ClientAddressRow>
|
||||||
|
|
||||||
|
export default meta
|
||||||
|
type Story = StoryObj<typeof meta>
|
||||||
|
|
||||||
|
export const Page: Story = {
|
||||||
|
args: {},
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user