twbschema

Docs with Boostrap 4 for your JSON schema types

Usage no npm install needed!

<script type="module">
  import twbschema from 'https://cdn.skypack.dev/twbschema';
</script>

README

twbschema

npm version license mit

Docs with Boostrap 4 for your JSON schema types.

JSFiddle sample

Generates a responsive list of object properties with details, designed for API reference, following JSON Schema Draft-06 specifications. To work properly, it requires (and does not include) Boostrap (twbs).

Include minified script via CDN:

<script src="https://cdn.jsdelivr.net/npm/twbschema@1/dist/twbschema.min.js"></script>

Or install npm package:

npm install --save twbschema