KotlinBootstrap
KotlinBootstrap copied to clipboard
Use the official Bootstrap UI components with Kotlin and Compose HTML, to build a frontend on the web.
Code Explanation: The handleInputChange function takes a String parameter newValue, which represents the new value of the input field. Within handleInputChange, a message is printed to the console indicating that...
I was trying to run on Kotlin 1.9.23, Kobweb 0.17.1 and compose:1.6.1 ang got below exception cause : undefined message : "Function 'BSSpinner' can not be called: No function found...
I want to learn and show this how it works so please help me i try this library many times but i show some errors
When upgrading versions higher than in projects the error occurs For example: Function 'BSNavBar' can not be called: No function found for symbol 'com.stevdza.san.kotlinbs.components
By using the BSButton I noticed that I can create custom shapes and colors for a specific button. For the BSIconButton I would assume the same behaviour but that's not...
**Description** The current implementation of the BSSwitch component in the kotlinbs library uses the defaultChecked attribute to set the initial state of the switch. This approach does not allow for...
Is this project open for contribution?
hi dear. I would appreciate it if you could add more modifiers for BSToast, including custom background colors and custom text styles (size, font, style, etc.), as well as colors...
Want to use KotlinBootstrap for an internal project where only MavenCentral access is allowed. That's the case for most of the enterprises. So it would be great to publish this...
{ "message": "Function 'BSColorPicker' can not be called: No function found for symbol 'com.stevdza.san.kotlinbs.forms/BSColorPicker|BSColorPicker(com.varabyte.kobweb.compose.ui.Modifier?;kotlin.String?;kotlin.String?;kotlin.String?;com.stevdza.san.kotlinbs.models.InputSize?;kotlin.Boolean;kotlin.Function1;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0]'", "name": "IrLinkageError" } 