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'
    }}
/>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    0
  • 1.0.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i rschema

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

41.6 kB

Total Files

7

Last publish

Collaborators

  • alphaspectrum