n:m attribute–evidence guide lines from card right to field left.
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Overlay draws all links for the selected attribute or evidence; optional
binder context preserves unit tests without BinderProvider.
This commit is contained in:
tegwick 2026-07-30 20:31:49 +02:00
parent 32c5a2ede4
commit 9dc4880ec1
4 changed files with 105 additions and 83 deletions

View file

@ -9,5 +9,5 @@ export type {
FormRendererProps,
FormSchema,
} from "./FormRenderer";
export { BinderProvider, useBinder } from "./BinderProvider";
export { BinderProvider, useBinder, useBinderOptional } from "./BinderProvider";
export type { BinderServices, BinderProviderProps } from "./BinderProvider";