feat: create story for NimbusLogo
This commit is contained in:
parent
3d6bdb2cd2
commit
b95a3030db
|
@ -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…
Reference in New Issue