0.2.0-5 • Published 6 years ago

@randy.tarampi/schema-dot-org-json-ld-components v0.2.0-5

Weekly downloads
15
License
ISC
Repository
github
Last release
6 years ago

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';