JSPM

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

0.2.0-5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 26
  • Score
    100M100P100Q71843F
  • License ISC

Components to generate schema.org json-ld markup.

Package Exports

  • @randy.tarampi/schema-dot-org-json-ld-components

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@randy.tarampi/schema-dot-org-json-ld-components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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