badge

fun Container.badge(content: String? = null, bsColor: BsColor = BsColor.SECONDARYBG, rounded: Boolean = false, position: BadgePosition? = null, init: Badge.() -> Unit = {}): <Error class: unknown class>

DSL builder extension function.

Automatically adds 'position-relative' class to Container

It takes the same parameters as the constructor of the built component.