/bootstrap-compose

Highly experimental predefined Bootstrap functions to use in Compose Web

Primary LanguageKotlinApache License 2.0Apache-2.0

bootstrap-compose

Highly experimental predefined Bootstrap functions to use in Compose Web

Install

This package is uploaded to MavenCentral.

repositories {
    mavenCentral()
}

dependencies {
    implementation("app.softwork:bootstrap-compose:LATEST")
}

Usage

You still need to implement the Bootstrap css file manually, for example in your index.html file.