react-code-dataset / next.js /examples /cms-prismic /.slicemachine /assets /slices /Image /index.stories.js
| 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 = ""; | |