Skip to content

Commit

Permalink
wip more complete jsx_tag() implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Sep 15, 2021
1 parent 6038c5f commit b776882
Show file tree
Hide file tree
Showing 8 changed files with 823 additions and 365 deletions.
Empty file added .here
Empty file.
3 changes: 2 additions & 1 deletion htmltools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .tags import tag_list, tag, tags, tag_factory, html_document, html, jsx, html_dependency
from .tags import tag_list, tag, tags, tag_factory, jsx_tag, html_document, html, jsx, html_dependency
from .tags import tagify
# https://github.com/rstudio/htmltools/blob/bc226a3d/R/tags.R#L697-L763
p = tags.p
h1 = tags.h1
Expand Down
245 changes: 245 additions & 0 deletions htmltools/lib/react-dom/react-dom.production.min.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions htmltools/lib/react/react.production.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b776882

Please sign in to comment.