import * as UI from '../../src/index'
import { Canvas, Meta, Story } from "@storybook/addon-docs";
{() => { const div = document.createElement("div"); UI.widgets.complain({ div, dom: document }, "not good!"); return div; }} {() => { return UI.widgets.errorMessageBlock(document, "my error message", "#f0f"); }}Sets the best name we have and looks up a better one
{() => { const div = document.createElement("div"); const jane = $rdf.namedNode("https://jane.example/person/card#me"); SolidLogic.store.add(jane, UI.ns.foaf("name"), "Jane Doe"); UI.widgets.setName(div, jane); return div; }}