Commit 8d9488a 1 parent 22eafda commit 8d9488a Copy full SHA for 8d9488a
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ import styles from './banner.style.js';
22
22
* @prop {`string` } [`heading`] - The heading text to display in the banner.
23
23
* @prop {`string` } [`description`] - The description text to display in the banner.
24
24
* @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.
26
26
* @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.
28
28
* @prop {`string` } [`textColor`] - The text color of the banner.
29
29
*
30
30
* @csspart `banner` - The main banner element.
You can’t perform that action at this time.
0 commit comments