Changelog
20.10.0
Fixed JSX definition so now works let El = "div"; <El>Text</El>
.
Fixed crash when some plugin removed DOM element and then Bobril want to change it.
Changelog
20.9.0
New function cva
which is adaptation of class-variance-authority for Bobril. Instead of just classNames it works with style
of type IBobrilStyles
.
Changelog
20.8.0
Implemented Children
api like is in React. Also there is now cloneElement
function.
Changelog
20.7.0
Allow to provide custom function to setKeysInClassNames, it can change className, style, attrs.