stevdza-san / KotlinBootstrap

Use the official Bootstrap UI components with Kotlin and Compose HTML, to build a frontend on the web.
167 stars 9 forks source link

BSIconButton has no ButtonCustomization added to it. #9

Open ShaHar91 opened 5 months ago

ShaHar91 commented 5 months ago

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 available at the moment.

Is this something that got overlooked or just something that's not on the roadmap?

stevdza-san commented 5 months ago

Yes, that's correct, I still haven't enabled the customization for all components. I'm planning to add more customization options, but can't say the exact date/time yet.