Slide Footer
A footer component for slides
Overview
Use this component to add a footer to your slides. The default footer shows the slide number, a hint to navigate, and a link to the website. You can customize it to show only the elements you want.
Installation
pnpm dlx shadcn@latest add @slide-cn/slide-footernpx shadcn@latest add @slide-cn/slide-footeryarn dlx shadcn@latest add @slide-cn/slide-footerbunx --bun shadcn@latest add @slide-cn/slide-footerDemo
A slide with footer
Check the footer
Use arrow keys to navigate
←→
Usage
The slide compoonent already has a footer by default. You can customize it by passing your own footer component, or by modifying the footer component directly.
<Slide background={<PixelSnow />} footer={<SlideFooter showAdd={true} />}>
<TitleSlideComponent />
</Slide>Reference
Prop
Type