Skip to content

2.0.0

Compare
Choose a tag to compare
@RobMayer RobMayer released this 28 Sep 19:29
· 11 commits to main since this release

exposed "parseColor" so that you can use the same format that I use for colors outside of the JSX Context

removed JsxInTTPGElement to get prop definitions in favor of JSXAttribtues<"element"> to do the same thing (made for cleaner code).
checkBox now takes a "label" prop instead of the ambiguity of children. similar elements may follow suit.

support for "justify" in Button
support for "barColor" in ProgressBar