mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +00:00
feat: add story for successfully paired
This commit is contained in:
parent
ed44201bdb
commit
156f177497
20
src/pages/PairDevice/PairedSuccessfully.stories.tsx
Normal file
20
src/pages/PairDevice/PairedSuccessfully.stories.tsx
Normal file
@ -0,0 +1,20 @@
|
||||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import PairedSuccessfully from './PairedSuccessfully'
|
||||
|
||||
const meta = {
|
||||
title: 'Pair Device/PairedSuccessfully',
|
||||
component: PairedSuccessfully,
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
},
|
||||
tags: ['autodocs'],
|
||||
argTypes: {},
|
||||
} satisfies Meta<typeof PairedSuccessfully>
|
||||
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const PairedSuccessfullyExample: Story = {
|
||||
args: {},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user