Simple demo project for @ui-schema/react with @mui.
Files:
- src/components/DemoEditor.jsx demo UI-Schema form
- src/components/LocalStorageForm.jsx UI-Schema form using
localStorage
to persist data - src/App.jsx setup
binding
andUIMetaProvider
- src/t.jsx dictionary setup
Run on CodeSandbox or StackBlitz.
Explore more:
Install dependencies:
npm i
Start dev server:
npm start
Create bundle:
npm run build
For tests first install a playwright browser:
npx playwright install chromium --with-deps
Then run tests:
npm test
Or run tests in watch mode:
npm run tdd