1.0.2 • Published 5 years ago

rschema v1.0.2

Weekly downloads
19
License
MIT
Repository
github
Last release
5 years ago

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