@prezly/theme-kit-ui
Version:
UI components for Prezly themes
21 lines • 762 B
JavaScript
import React from "react";
import { GalleryTitle } from "./GalleryTitle.mjs";
export default {
title: 'Components/GalleryTitle',
component: 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.createElement(GalleryTitle, args);
export var 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'
}
};