rschema

1.0.2 • Public • Published

rschema

rschema is a React component that takes the role of managing and rendering your application's schema.

Example

import {Schema} from 'rschema'

<Schema 
    type="Organization"
    data={{
        '@id': 'https://www.acme.com/#website',
        name: 'Acme, Inc.',
        url: 'https://www.acme.com'
    }}
/>

Package Sidebar

Install

npm i rschema

Weekly Downloads

5

Version

1.0.2

License

MIT

Unpacked Size

41.6 kB

Total Files

7

Last publish

Collaborators

  • alphaspectrum