Skip to content

3.0.0-beta.45: KtButton enhancements

Compare
Choose a tag to compare
@carsoli carsoli released this 02 May 23:02
· 481 commits to master since this release

Features:

  • #741 KtButton: support prop helpText if button has only an icon

  • #743 KtButton: support prop iconPosition which defaults to left

to facilitate positioning an icon next to a label (rather than using a slot)
prop can only work if icon prop is provided

Internal:

  • #744 KtButtonGroup: fix styles (bug was caused as a side effect of #741)