mikado
mikado copied to clipboard
Mikado is the webs fastest template library for building user interfaces.
I compiled a template with svg tags added, but the svg did not show up. - mikado.js v0.7.64 Issue: - Compiling a template with svg tags added does not show...
- Support for unprefixed xmlns attributes - Support for compiling node.className of type SVGAnimatedString
HTML provides a "max" attributed to set the maximum value for an input field. Mikado removes it when rendering the templates. This is most noticeable on range input fields because...
Get rid of the lint error `File 'node_modules/mikado/index.d.ts' is not a module.` when import the file.
When I run the benchmark test on https://mikado.js.org/ in the latest Google Chrome, the test stops rendering results after starting the Mikado test... In the Devloper Console I see multiple...
I'm trying to do a template with a "for" that has an "if" within it and can't get it to work, gets an error. I found the example on the...
I'm trying to make a sample work but I've found an issue. If I don't call view.refresh() or view.render() twice, then view.data(node) returns undefined: Code sample below: ` {{data.name}} {{data.description}}...
Template: ```html Oreo ``` Rendered: ```html Oreo ``` It makes the text show on another line which is not aligned with the fontawesome icon.
```html test ``` render result, class is empty: ```html test ``` Modify to this: ```html test ``` the result is rendered ok: ```html test ```