We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394662b commit e135731Copy full SHA for e135731
1 file changed
packages/react-core/src/components/Hero/Hero.tsx
@@ -34,7 +34,7 @@ export interface HeroProps extends Omit<React.HTMLProps<HTMLDivElement>, 'conten
34
stop2?: string;
35
stop3?: string;
36
};
37
- /** Flag indicating the hero has glass styling when glass theme is applied. */
+ /** @beta Flag indicating the hero has glass styling when glass theme is applied. */
38
isGlass?: boolean;
39
/** Modifies the width of the hero body. */
40
bodyWidth?: string;
0 commit comments