1.2.1 • Published 3 years ago

shacl-form-react v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.