Skip to content

hibachrach/htmb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperText Markup Builder

Package Version Hex Docs

A tiny HTML builder for Gleam.

let html = 
  h("h1", [], [text("Hello, Joe!")])
 |> render
 |> string_builder.to_string
assert html == "<h1>Hello, Joe!</h1>"

This package doesn't do much. If you'd like more features, check out these alternatives:

Installation

gleam add htmb

The documentation can be found at https://hexdocs.pm/htmb.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Gleam 97.1%
  • Erlang 1.7%
  • JavaScript 1.2%