A HTML5 form generator for any SHACL constraint compliant to the W3C SHACL standard.
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
©2019–present Jesse Wright, Commonwealth of Australia, MIT License.