mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 12:00:43 +00:00
Create LeftSidebar.stories.tsx
This commit is contained in:
parent
4d4f23fe3d
commit
59ecd1cdfb
19
src/pages/Dashboard/LeftSidebar.stories.tsx
Normal file
19
src/pages/Dashboard/LeftSidebar.stories.tsx
Normal file
@ -0,0 +1,19 @@
|
||||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import LeftSidebar from './LeftSidebar'
|
||||
|
||||
const meta = {
|
||||
title: 'Dashboard/LeftSidebar',
|
||||
component: LeftSidebar,
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
},
|
||||
tags: ['autodocs'],
|
||||
} satisfies Meta<typeof LeftSidebar>
|
||||
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Default: Story = {
|
||||
args: {},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user