Skip to content

oysols/htmlcomponents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmlcomponents

pip install "git+https://github.com/oysols/htmlcomponents"
from htmlcomponents.components import html

html.doctype(
    html.html(
        html.head(
            html.title("Hello world!"),
        ),
        html.body(
            html.h1(style={"color": "red"})("Hello World!"),
            html.img(src="logo.jpg"),
            html.p("Text"),
        ),
    )
).render_html()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published