From 8e0d5afe4dd1d55238b71e69a5c6b53663c82047 Mon Sep 17 00:00:00 2001 From: Stephan Tittel Date: Mon, 6 Nov 2023 07:56:22 +0100 Subject: [PATCH] small css fixes and doc update --- README.md | 4 ++++ demo/index.html | 4 ++-- package.json | 2 +- src/styles.css | 3 ++- src/themes/bootstrap.css | 1 + 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a338662..5bede44 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,10 @@ Class hierarchies can be built using `rdfs:subClassOf` or `skos:broader`. ## Features +### Validation + +In edit mode, `` validates the constructed data graph using the library [rdf-validate-shacl](https://github.com/zazuko/rdf-validate-shacl) and displays validation results as icons next to the respective form fields. + ### Data graph binding `` requires only a shapes graph as input via the attribute `data-shapes` (or `data-shapes-url`) to generate an empty form and create new RDF data from the form input fields. Using the attributes `data-values` (or `data-values-url`) and `data-value-subject`, you can also bind an existing data graph to the form. The given data graph is then used to fill the form input fields. diff --git a/demo/index.html b/demo/index.html index 5508c24..6edbdff 100644 --- a/demo/index.html +++ b/demo/index.html @@ -32,7 +32,7 @@

<shacl-form> demo

Example Viewer mode Theming - Try your own + Try your own
Loading...
@@ -270,7 +270,7 @@

<shacl-form> demo