Skip to content

Commit

Permalink
docs(picker-button): add properties for PickerButtonMobile and Picker…
Browse files Browse the repository at this point in the history
…Button to docs
  • Loading branch information
Валерия Чуричева authored and Валерия Чуричева committed Jul 4, 2024
1 parent 739c3ed commit 1d457a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/picker-button/src/docs/development.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { ArgsTable } from '@storybook/addon-docs';
import { PickerButtonDesktop as PickerButtonDesktopTS } from '../desktop';
import { ArgsTabs } from 'storybook/blocks';
import { PickerButton } from '../index';
import { PickerButtonDesktop } from '../desktop';
import { PickerButtonMobile } from '../mobile';

## Подключение

Expand All @@ -13,4 +15,4 @@ import { PickerButtonDesktop } from '@alfalab/core-components/picker-button/desk

## Свойства

<ArgsTable of={PickerButtonDesktopTS} />
<ArgsTabs components={{ PickerButton, PickerButtonDesktop, PickerButtonMobile }} />

0 comments on commit 1d457a9

Please sign in to comment.