How to use the vidom.node function in vidom

To help you get started, we’ve selected a few vidom examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github krausest / js-framework-benchmark / vidom-v0.9.8-keyed / src / controller.jsx View on Github external
<div>
                                <button id="swaprows" type="button">Swap Rows</button>
                            </div>
                        
                    
                
            
            {rows}<table>
                <tbody></tbody>
            </table>
            <span aria-hidden="true"></span>
        );
 }
}

mount(document.getElementById('main'), node(Controller));

vidom

Library to build UI

MIT
Latest version published 3 years ago

Package Health Score

45 / 100
Full package analysis