shacl-form-react
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

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.

/shacl-form-react/

    Package Sidebar

    Install

    npm i shacl-form-react

    Weekly Downloads

    3

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    135 kB

    Total Files

    66

    Last publish

    Collaborators

    • jeswr