schema-dot-org-json-ld-components
React component to render Schema.org types
This is an unnoficial attempt to facilitate rendering the json-ld format of schema.org markup using React.
Usage
npm install -S schema-dot-org-types
npm install -S schema-dot-org-json-ld-markup
//@flow
import {VideoObject} from 'schema-dot-org-types';
ipmort type {VideoObjectType} from 'schema-dot-org-types/lib/types';
import Component from 'schema-dot-org-json-ld-markup';