}
title="Transparent"
display="transparent"
description="This one doesn't have a background color anymore."
- betaBadgeLabel="Beta"
+ betaBadgeLabel="experimental"
betaBadgeTooltipContent="This module is not GA. Please help us by reporting any bugs."
onClick={() => {}}
/>
diff --git a/src-docs/src/views/card/card_example.js b/src-docs/src/views/card/card_example.js
index 7aa2944a80..2ce66ba994 100644
--- a/src-docs/src/views/card/card_example.js
+++ b/src-docs/src/views/card/card_example.js
@@ -242,7 +242,7 @@ export const CardExample = {
/>`,
},
{
- title: 'Beta badge',
+ title: 'Experimental badge',
source: [
{
type: GuideSectionTypes.JS,
@@ -252,11 +252,12 @@ export const CardExample = {
text: (
If the card links to or references a module that is not GA (beta, lab,
- etc), you can add a betaBadgeLabel and{' '}
- betaBadgeTooltipContent to the card and it will
- properly create and position an OuiBetaBadge. If you
- want to change the title of the tooltip, supply a{' '}
- betaBadgeTitle prop.
+ etc), you can add a ExperimentalBadgeLabel and{' '}
+ experimentalBadgeTooltipContent to the card and it
+ will properly create and position an{' '}
+ OuiExperimentalBadge. If you want to change the title
+ of the tooltip, supply a experimentalBadgeTitle{' '}
+ prop.
),
props: { OuiCard },
diff --git a/src-docs/src/views/card/card_footer.js b/src-docs/src/views/card/card_footer.js
index 7932a4116e..69ffae5da3 100644
--- a/src-docs/src/views/card/card_footer.js
+++ b/src-docs/src/views/card/card_footer.js
@@ -31,11 +31,13 @@ export default () => (
description="Example of a short card description."
footer={
-
Go for it
+
+ Choice One
+
- Or try this
+ Choice Two
@@ -49,11 +51,11 @@ export default () => (
description="Example of a longer card description. See how the footers stay lined up."
footer={
-
Go for it
+
Choice One
- Or try this
+ Choice Two
@@ -67,11 +69,11 @@ export default () => (
description="Example of a short card description."
footer={
-
Go for it
+
Choice One
- Or try this
+ Choice Two
diff --git a/src-docs/src/views/card/card_image.js b/src-docs/src/views/card/card_image.js
index 1ec60a2bc8..5d9a9611f9 100644
--- a/src-docs/src/views/card/card_image.js
+++ b/src-docs/src/views/card/card_image.js
@@ -22,7 +22,7 @@ import {
const cardFooterContent = (
- Go for it
+ View Details
);
@@ -40,7 +40,7 @@ export default () => (
/>
}
- title="Elastic in Nature"
+ title="Title"
description="Example of a card's description. Stick to one or two sentences."
footer={cardFooterContent}
/>
@@ -49,7 +49,7 @@ export default () => (
@@ -60,7 +60,7 @@ export default () => (
href="https://elastic.github.io/eui/"
image="https://source.unsplash.com/400x200/?City"
icon={}
- title={'Beats in the City'}
+ title={'Title'}
description="This card has an href and should be a link."
/>
diff --git a/src-docs/src/views/card/card_layout.js b/src-docs/src/views/card/card_layout.js
index ae3e39dc29..4429611dfd 100644
--- a/src-docs/src/views/card/card_layout.js
+++ b/src-docs/src/views/card/card_layout.js
@@ -23,8 +23,8 @@ export default () => (