Simple demo project for @ui-schema/react with Bootstrap 5.
Files:
- src/components/DemoEditor.jsx setup
bindingand demo UI-Schema form - src/t.js 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