All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.ink.ui.render.web.FixedGridLayouts.kt Maven / Gradle / Ivy

package ink.ui.render.web

import ink.ui.structures.layouts.FixedGridLayout

val FixedGridLayout.gridTemplateColumns: String get() {
    return (0 until columns).joinToString(" ") { "auto" }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy