Skip to content
#

vdom

Here are 124 public repositories matching this topic...

preact
Manidos
Manidos commented Aug 1, 2019

Hey!

Render function can be used as a standalone library var render = require("mithril/render")
Since it requires a vnode as the second argument, my question is how to create a vnode? Is there a standalone tool than can be imported from mithril?

I tried feeding hyperscript vnode to render function, but it didn't work.

var h = require('hyperscript')
m.render(body.document,
neo
tobiu
tobiu commented Mar 8, 2020

On Win10 (tested in FF), the top right logo font is bolder than on MacOS, causing the text to overflow the 210px given space.

Adjust the font to look more the same, e.g. reducing the font-weight from 800 to 600-ish on Windows should fix it.

50
leeoniya
leeoniya commented Jul 5, 2017

some of this stuff is briefly mentioned in https://github.com/leeoniya/domvm#templates and easily overlooked, other stuff requires reading the code of the demos, and the rest is just plain missing. i think the list below represents a fairly thorough todo list for the docs.

does anyone have a good feel for how best to prioritize the items in terms of greatest impact?

cc @lawrence-dol @iamjohn

allefeld
allefeld commented Feb 16, 2020

In VDOM Event Support there are two lines with typos in the first code example; corrected:

from IPython.display import display

return button(str(count), onClick=on_click, style={'width': '100', 'height': '40'})

The second code example has typos, too, corrected:

from IPython.display import display

model
gward
gward commented Feb 8, 2019

It's unclear how to run the tests in this project. There is a small blurb in README.md, but I have never used tox so I don't know what I need to do. It's also unclear what "virsh access" means -- does that mean the tests use libvirt/virsh/KVM/etc. to run in a virtualized environment? If so, what versions of Linux are supported? Are any other operating systems supported?

It would be much more he

Improve this page

Add a description, image, and links to the vdom topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vdom topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.