Timeline – Setup
Installation
- Copy the
timeline/
folder to your application - Install the required dependencies:
bash
npm install remotion @remotion/player @remotion/media-utils tailwindcss
Tailwind Configuration
Using Tailwind CSS v4 (Current Project)
This project uses Tailwind CSS V4. Import src/timeline/theme/timeline.css
in your global CSS file:
css
@import './timeline/theme/timeline.css';
You can customize the colors by modifying the values in the @theme
block.