Skip to content

Commit e0c9d7f

Browse files
committed
docs: add component descriptions for IterableEmbeddedBanner, Card, and Notification
1 parent edcd445 commit e0c9d7f

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/embedded/components/IterableEmbeddedBanner/IterableEmbeddedBanner.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import {
1919
} from './IterableEmbeddedBanner.styles';
2020

2121
/**
22+
* The IterableEmbeddedBanner component is used to render a banner message.
2223
*
2324
* @param config - The config for the IterableEmbeddedBanner component.
2425
* @param message - The message to render.

src/embedded/components/IterableEmbeddedCard/IterableEmbeddedCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import type { IterableEmbeddedComponentProps } from '../../types/IterableEmbedde
1616
import { IMAGE_HEIGHT, styles } from './IterableEmbeddedCard.styles';
1717

1818
/**
19+
* The IterableEmbeddedCard component is used to render a card message.
1920
*
2021
* @param config - The config for the IterableEmbeddedCard component.
2122
* @param message - The message to render.

src/embedded/components/IterableEmbeddedNotification/IterableEmbeddedNotification.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import type { IterableEmbeddedComponentProps } from '../../types/IterableEmbedde
1313
import { styles } from './IterableEmbeddedNotification.styles';
1414

1515
/**
16+
* The IterableEmbeddedNotification component is used to render a notification message.
1617
*
1718
* @param config - The config for the IterableEmbeddedNotification component.
1819
* @param message - The message to render.

0 commit comments

Comments
 (0)