domino_html 0.2.0 copy "domino_html: ^0.2.0" to clipboard
domino_html: ^0.2.0 copied to clipboard

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

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'),
  ],
);
1
likes
130
pub points
16%
popularity

Publisher

verified publisheragilord.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

domino

More

Packages that depend on domino_html