rschema
v1.0.2
Published
A React component for working with schemas.
Downloads
1
Maintainers
Readme
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'
}}
/>