Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.36 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.36 KB

SHACL Form React

A HTML5 form generator for any SHACL constraint compliant to the W3C SHACL standard.

GitHub license npm version build Dependabot semantic-release

Usage

export function MyApp() {
  return <SHACLForm
      shacl={shacl}
      data={data}
    />
}

This library also exposes the SHACLFormInternal component.

Note that this component uses rdf-object which has a dependency on the node stream package. If you intend to use the component in a browser application you will need to use a wepack polfill. See

License

©2019–present Jesse Wright, Commonwealth of Australia, MIT License.