mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 02:24:13 +00:00
feat: create story for NimbusLogo
This commit is contained in:
parent
3d6bdb2cd2
commit
b95a3030db
14
src/components/NimbusLogo.stories.tsx
Normal file
14
src/components/NimbusLogo.stories.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import NimbusLogo from './NimbusLogo'
|
||||
|
||||
const meta = {
|
||||
title: 'General/NimbusLogo',
|
||||
component: NimbusLogo,
|
||||
tags: ['autodocs'],
|
||||
} satisfies Meta<typeof NimbusLogo>
|
||||
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const ExampleNimbusLogo: Story = {}
|
Loading…
x
Reference in New Issue
Block a user