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