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