optimizely-oui
Version:
Optimizely's Component Library.
85 lines • 3.5 kB
JavaScript
/* eslint-disable react/jsx-key */
import React from "react";
import Button from "../../Button/";
import EmptyDashboard from "../index";
export default [{
isPadded: true,
examples: [React.createElement(EmptyDashboard, {
headline: "Get started with Optimizely X",
description: React.createElement("div", null, "This is a test description about with a Google."),
button: React.createElement(Button, {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/campaign-list-empty-state.svg"
})]
}, {
isPadded: true,
examples: [React.createElement(EmptyDashboard, {
headline: "Get started with Optimizely X Extensions",
description: React.createElement("div", null, "This is a test description about with a Google."),
button: React.createElement(Button, {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/extensions-empty-state.svg"
})]
}, {
isPadded: true,
examples: [React.createElement(EmptyDashboard, {
headline: "Get started with Optimizely X",
description: React.createElement("div", null, "This is a test description about with a Google."),
button: React.createElement(Button, {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/custom-project-experiments-empty-state.svg"
})]
}, {
isPadded: true,
examples: [React.createElement(EmptyDashboard, {
headline: "Get started with Optimizely X",
description: React.createElement("div", null, "This is a test description about with a Google."),
button: React.createElement(Button, {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/empty-rollouts.svg"
})]
}, {
isPadded: true,
examples: [React.createElement(EmptyDashboard, {
headline: "Get started with Optimizely X",
description: React.createElement("div", null, "This is a test description about with a Google."),
button: React.createElement(Button, {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/empty-feature-flags.svg"
})]
}, {
isPadded: true,
examples: [React.createElement(EmptyDashboard, {
headline: "Get started with Optimizely X",
description: React.createElement("div", null, "This is a test description about with a Google."),
button: React.createElement(Button, {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/audience-list-empty-state.svg"
})]
}, {
isPadded: true,
examples: [React.createElement(EmptyDashboard, {
headline: "Get started with Optimizely X",
description: React.createElement("div", null, "This is a test description about with a Google."),
button: React.createElement(Button, {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/attribute-dashboard-empty-state.svg"
})]
}, {
isPadded: true,
examples: [React.createElement(EmptyDashboard, {
headline: "Get started with Optimizely X",
description: React.createElement("div", null, "This is a test description about with a Google."),
button: React.createElement(Button, {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/page-list-empty-state.svg"
})]
}];