Helper methods to build HTML elements with proper attributes using package:domino.

div(
  title: 'Some tooltip for this example',
  children: [
    a(href: 'https://pub.dev/', text: 'link to somewhere'),
  ],
);

Libraries

domino_html