This presentation covers interactive UI components using Rive animations with accessibility considerations.
Install dependencies:
yarn install
yarn dev
This will start the development server at http://localhost:3030
- Production build:
yarn build
- Preview the built files:
# Using serve
yarn serve
# Using Vite preview
yarn preview
# Export as PDF
yarn export
The project includes the following Rive animations in src/assets/rive/
:
empty.riv
- Empty state animationlike.riv
- Like button animationstars.riv
- Star rating animation
Rive animations are properly bundled into the dist
directory as part of the build optimization process.