presi-react
Installation
SKILL.md
Presi React
Use this skill when working in a React presentation app that consumes Presi. Do not use it for modifying Presi's own library source.
Use the public React subpath:
import { Wrapper, Slide, Step, usePresi, useSlideMount } from "presi/react";
Do not import from @presi/react, presi/dist/*, library/*, or packages/*.
Entry File
A React presentation entry should default-export a render function: