This website requires JavaScript.
Explore
Help
Sign In
MontoyaTech
/
ignite-html
Watch
1
Star
0
Fork
0
You've already forked ignite-html
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
50
Commits
1
Branch
0
Tags
3eaf3b136a98740c060ae461191dfff795601fbd
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Matt Mo
3eaf3b136a
When passing a value to a template's element you can now use a function for the reflection. The value function now also supports radio checks. Cleaned up a few things as well.
2021-03-09 13:06:29 -08:00
.gitignore
Cleaned up code, added support for lists, classes, attributes, and more. Added more test code, everything appears to be working. More cleanup and testing is needed.
2020-07-28 09:04:04 -07:00
ignite-element.js
Added uuid function to element class to easily allow generating uuid's. May move this later. Added reflect() option to reflect properties once changed via a function or another property. Added onResize function that adds a resize observer to the element constructed by a template and cleans it up nicely. Added onTouch event helper function. Modified reflect callback to allow calling functions or setting the value of a property.
2021-01-09 16:24:24 -08:00
ignite-html.js
Properties now change their value if an array is modified. Properties don't invoke any callbacks if the value hasn't actually changed. And a few other improvements.
2021-02-12 18:53:09 -08:00
ignite-template.js
When passing a value to a template's element you can now use a function for the reflection. The value function now also supports radio checks. Cleaned up a few things as well.
2021-03-09 13:06:29 -08:00
web-components-polyfill.js
Simplifying ignite html repo and adding latest changes.
2020-12-09 20:41:11 -08:00
Description
A simple responsive javascript UI component framework.
1.8
MiB
Languages
JavaScript
100%