KotlinBootstrap

Use the official Bootstrap UI components with Kotlin and Compose HTML, to build a frontend on the web.

Stars
186

Bot releases are hidden (Show)

KotlinBootstrap - v0.1.3 Latest Release

Published by stevdza-san 4 months ago

  • Fixed an issue with BSInput component, which was associated with onEnterClick() lambda.
KotlinBootstrap - v0.1.2

Published by stevdza-san 4 months ago

  • Update to Kotlin 1.9.23
  • Update to Kobweb 0.18.0
  • Update to Compose 1.6.2
KotlinBootstrap - v0.1.1

Published by stevdza-san 8 months ago

  • Kotlin version updated to 1.9.22
KotlinBootstrap - v0.1.0

Published by stevdza-san 9 months ago

  • Kobweb version updated to v0.15.4
KotlinBootstrap - v0.0.8

Published by stevdza-san 11 months ago

BSButton component updated, added a new icon parameter.
BSDropdown component updated, added a new 'selectedItem' parameter.
KotlinBootstrap - v0.0.6

Published by stevdza-san about 1 year ago

  • Removed Silk dependency.
  • Removed kobweb.core dependency.
KotlinBootstrap - v0.0.5

Published by stevdza-san about 1 year ago

  • 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.
KotlinBootstrap - v0.0.4

Published by stevdza-san about 1 year ago

  • 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.
KotlinBootstrap - v0.0.3

Published by stevdza-san about 1 year ago

  • Fixed a bug on a BSSelect component, which caused onItemSelect() lambda not to trigger, on some web browsers.
  • BSPagination component added.
KotlinBootstrap - v0.0.2

Published by stevdza-san about 1 year ago

  • New components added.
  • Basic customization added.
KotlinBootstrap - v0.0.1

Published by stevdza-san about 1 year ago

Initial release.