htmleez 0.0.2 copy "htmleez: ^0.0.2" to clipboard
htmleez: ^0.0.2 copied to clipboard

Html easy. A lightweight HTML templating library

example/htmleez_example.dart

import 'package:htmleez/htmleez.dart';

void main() {
  
}

HtmlComponent basePage(List<dynamic> content) => HtmlDocument([
      html(lang: "en", [
        head([]),
        body([
          ...content,
        ]),
      ]),
    ]);

final homePage = basePage([
  h1(["Hello world"]),
]);
3
likes
0
points
54
downloads

Publisher

verified publishernamzug.dev

Weekly Downloads

Html easy. A lightweight HTML templating library

License

unknown (license)

Dependencies

collection, path, shelf

More

Packages that depend on htmleez