@prezly/theme-kit-ui
Version:
UI components for Prezly themes
28 lines (27 loc) • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.Default = void 0;
var _react = _interopRequireDefault(require("react"));
var _GalleryTitle = require("./GalleryTitle.cjs");
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
var _default = exports.default = {
title: 'Components/GalleryTitle',
component: _GalleryTitle.GalleryTitle,
parameters: {
design: {
type: 'figma',
url: 'https://www.figma.com/file/46dEAasj1iEtrVQOwmMswB/00--%3E-Themes-Design-System?type=design&node-id=705-25691&mode=dev'
}
}
};
var GalleryTitleTemplate = args => /*#__PURE__*/_react.default.createElement(_GalleryTitle.GalleryTitle, args);
var Default = exports.Default = GalleryTitleTemplate.bind({});
Default.args = {
gallery: {
name: 'Galileo Art Collection',
description: 'Galileo, a renowned pioneer in the artificial intelligence landscape, announced the groundbreaking release of ShopAI.',
downloadHref: 'https://cdn.uc.assets.prezly.com/test'
}
};