Skip to content

Latest commit

 

History

History
 
 

adapting-input-and-output

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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