Skip to content

Support multiple class attributes

Choose a tag to compare

@tib tib released this 05 Feb 13:03
· 43 commits to main since this release
  • support for multiple class attributes e.g. .class("a").class(["b", "c"]) -> "a b c"
  • condition support for class method with array parameter
  • new init method for button tags