import * as UI from '../../lib'
import { Canvas, Meta, Story } from '@storybook/addon-docs/blocks'
{ () => { 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 = UI.rdf.namedNode('https://jane.example/person/card#me') UI.store.add(jane, UI.ns.foaf('name'), 'Jane Doe') UI.widgets.setName(div, jane) return div } }