8
kosimst
6y

Just created a tiny (not yet stable) selector library that allows you to change properties on multiple elements just like you would do on a single one. It also has some more useful features. https://github.com/kosimst/kazel
Still in development, but prototype should work. What do you think?

Comments
  • 1
    I'm not a web dev but if that documentation you have in README was found every where my life would have been easier. Best of luck :)
  • 2
    @gitpush Thanks :). Will continuously be extended.
  • 0
    Star, watch and ++

    Good job man!
  • 1
    @balaianu Thanks! If you have any feature ideas, please let me know.
  • 0
    Didn't knew that function can be called like that console.log`hello world`;
    strange looking.
  • 2
    @Pogromist It's called a tag function. New feature of ES6, lit-html (a.k.a Polymer) for example uses it create React templating in vanilla JS.
Add Comment