Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import MyComponent from "../../../../slices/Image";
export default {
title: "slices/Image",
};
export const _Default = () => (
<MyComponent
slice={{
variation: "default",
version: "sktwi1xtmkfgx8626",
items: [{}],
primary: {
image: {
dimensions: { width: 900, height: 500 },
alt: null,
copyright: null,
url: "https://images.unsplash.com/photo-1493397212122-2b85dda8106b",
},
},
slice_type: "image",
id: "_Default",
}}
/>
);
_Default.storyName = "";