JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q30523F
  • License MIT

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

Package Exports

  • shacl-form-react

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shacl-form-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.