Using Project Carousels
This page demonstrates how to use the ProjectCarousel component in your MDX files.
Odyssey Project
Coach Matrix Project
Steam Report Project
Buffalo Project
Laurie Crean Project
Hoverboard Project
Crocodile Kingdom Project
Retrolympics Rush Project
Wealth Quest Project
How to Use
To use the ProjectCarousel component in your MDX files:
-
Import the component at the top of your MDX file:
import ProjectCarousel from '@site/src/components/archive/ProjectCarousel';
-
Use the component with the appropriate project key:
<ProjectCarousel projectKey="odyssey" />
-
Make sure the project is defined in the
projectCarousels.js
data file.
Note: The SplideInit component is automatically included in your app via the theme, so you don't need to import it in each MDX file.