Skip to content

ui-schema/demo-cra-ts

Repository files navigation

UI Schema Examples

Github actions Build

Advanced usages and examples for @ui-schema/react in TypeScript, with @mui, see demo-cra for simpler non-TS examples.

Files in src:

Run on CodeSandbox or StackBlitz.

Explore more:

Setup

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

About

UI-Schema advanced examples, with MUI v7, in TypeScript.

Resources

License

Stars

Watchers

Forks