Entries to show in the slide show
let entry: SlideEntry = { imagePath: "/images/slide/1.jpg", title: "First Slide", content: "This is first slide", link: "/to-some-page",}; Copy
let entry: SlideEntry = { imagePath: "/images/slide/1.jpg", title: "First Slide", content: "This is first slide", link: "/to-some-page",};
text to show in the p element
path to the image
Optional
optional link to a page
text to show in the h1 element
Entries to show in the slide show
Example