Skip to content

v0.0.4

Compare
Choose a tag to compare
@stevdza-san stevdza-san released this 15 Sep 06:41
· 44 commits to master since this release
  • Moved ButtonBadge.kt, ButtonSize.kt, ButtonType.kt, ButtonVariant.kt into a new package/directory. [From: com.stevdza.san.kotlinbs.models], [To: com.stevdza.san.kotlinbs.models.button]
  • BSButton component improved. New 'borderRadius' parameter added, as well as 'customization' that you can use to fully customize the look of your button.
  • BSIcon component added.
  • BSIconButton component added.
  • BSIcons object added. It contains over 2.000 different bootstrap icons that you can use.
  • BSSelect modifier fixed.