Skip to content

Commit 8d9488a

Browse files
committed
docs: make props snake-case
1 parent 22eafda commit 8d9488a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/banner/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import styles from './banner.style.js';
2222
* @prop {`string`} [`heading`] - The heading text to display in the banner.
2323
* @prop {`string`} [`description`] - The description text to display in the banner.
2424
* @prop {`string`} [`image`] - The URL of the background image to display in the banner.
25-
* @prop {`boolean`} [`fullWidth`=`false`] - Whether the banner should take the full width of its container.
25+
* @prop {`boolean`} [`full-width`=`false`] - Whether the banner should take the full width of its container.
2626
* @prop {`'default'` \| `'hero'`} [`variant`=`'default'`] - The variant style of the banner.
27-
* @prop {`string`} [`backgroundColor`] - The background color of the banner.
27+
* @prop {`string`} [`background-color`] - The background color of the banner.
2828
* @prop {`string`} [`textColor`] - The text color of the banner.
2929
*
3030
* @csspart `banner` - The main banner element.

0 commit comments

Comments
 (0)