Minimal React + Vite project for prototyping data table scenarios.
npm install
npm run dev- Create a component in
src/scenarios/. - Register it in
src/scenarios.jsx(addpath,title,description,component).
It automatically appears on the home page and gets a route at /{path}.