schema-dot-org-json-ld-components
Version:
Components to generate schema.org json-ld markup.
23 lines (18 loc) • 647 B
Markdown
schema-dot-org-json-ld-components
=================================
>React component to render [Schema.org](http://schema.org) types
This is an unnoficial attempt to facilitate rendering the
[json-ld format of schema.org](https://developers.google.com/search/docs/guides/intro-structured-data)
markup using [React](https://facebook.github.io/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';
```