1.0.0 • Published 6 years ago

react-jsonld v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

reactjs-text-to-image

json-ld with ReactJS

Install

npm install react-jsonld

Example

import JsonLd from 'react-jsonld';

...
const data = {
  "@context": "http://json-ld.org/contexts/person.jsonld",
  "@id": "http://dbpedia.org/resource/John_Lennon",
  "name": "John Lennon",
  "born": "1940-10-09",
  "spouse": "http://dbpedia.org/resource/Cynthia_Lennon"
};

<JsonLd data={data} />
...

License

MIT

Donation Button

Donate