Skip to content

AlphaSpectrum/rschema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rschema

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

Installation

npm i rschema

Example

import {Schema} from 'rschema'

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published