mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-04 07:34:06 +00:00
feat: create story for overview
This commit is contained in:
parent
b629168250
commit
1b74832642
22
src/pages/ValidatorOnboarding/Overview.stories.ts
Normal file
22
src/pages/ValidatorOnboarding/Overview.stories.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
import { withRouter } from 'storybook-addon-react-router-v6'
|
||||
|
||||
import Overview from './Overview'
|
||||
|
||||
const meta = {
|
||||
title: 'ValidatorOnboarding/Overview',
|
||||
component: Overview,
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
},
|
||||
tags: ['autodocs'],
|
||||
argTypes: {},
|
||||
decorators: [withRouter],
|
||||
} satisfies Meta<typeof Overview>
|
||||
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Page: Story = {
|
||||
args: {},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user