Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 448 Bytes

File metadata and controls

18 lines (12 loc) · 448 Bytes

Adapting input and output

This example shows how you can customize the inputs and the hook into the rendering to allow full control over what is rendered.

It takes focus on providing custom entry in JSON Schema to provide a custom type for a property.

How to run this example

Run this example using:

npm i && npm run start

If you are on Windows, use the start:windows script instead:

npm i && npm run start:windows