Skip to content

Commit

Permalink
- Moved ButtonBadge.kt, ButtonSize.kt, ButtonType.kt, ButtonVariant.k…
Browse files Browse the repository at this point in the history
…t 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 buttonCustomization that you can use to fully customize the look of your button.
  • Loading branch information
stevdza-san committed Sep 15, 2023
1 parent d69352c commit 802b108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ publishing {
from(components["kotlin"])
groupId = "com.github.stevdza-san"
artifactId = "KotlinBootstrap"
version = "0.0.3"
version = "0.0.4"
}
}
}

0 comments on commit 802b108

Please sign in to comment.