Skip to content

Commit

Permalink
fix: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeksandla committed Oct 4, 2023
1 parent a2ab7f2 commit 07d16f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/stories/documentation/Types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ import { Meta } from '@storybook/blocks';

- `color?: string` — Background color
- [`image?: ImageObjectProps | ImageObjectProps[] | ImageDeviceProps` — Background image](#ImageObjectProps). If you pass an array, the full-screen mode is automatically turned on.
- `parallax?: bool` — Enable/disable the parallax effect
- `parallax?: boolean` — Enable/disable the parallax effect
- [`video?: Video` — Video](#Video)
- `youtube?: url` — Link to a video on YouTube
- `height?: number` — Block height
- `previewImg?: string`
- `dataLens?: string |` [DataLens](#DataLens)
- `fullscreen?: bool` — Enabling full-screen mode for image or video. Default true - for multiple images, false - for single image, video. It doesn't work with dataLens and youtube
- `fullscreen?: boolean` — Enabling full-screen mode for image or video. Default true - for multiple images, false - for single image, video. It doesn't work with dataLens and youtube

---

Expand Down

0 comments on commit 07d16f9

Please sign in to comment.