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
localStorageto persist data - src/App.jsx setup
bindingandUIMetaProvider - src/t.jsx dictionary setup
Run on CodeSandbox or StackBlitz.
Explore more:
Install dependencies:
npm iStart dev server:
npm startCreate bundle:
npm run buildFor tests first install a playwright browser:
npx playwright install chromium --with-depsThen run tests:
npm testOr run tests in watch mode:
npm run tdd