NavForm

open class NavForm(rightAlign: Boolean, className: String?, init: NavForm.() -> Unit?)

The Bootstrap Nav form container.

Parameters

rightAlign

determines if the nav form is aligned to the right

className

CSS class names

init

an initializer extension function

Constructors

NavForm
Link copied to clipboard
fun NavForm(rightAlign: Boolean = false, className: String? = null, init: NavForm.() -> Unit? = null)

Functions

buildClassSet
Link copied to clipboard
open fun buildClassSet(classSetBuilder: <ERROR CLASS>)

Properties

rightAlign
Link copied to clipboard
var rightAlign: <ERROR CLASS>

Determines if the nav form is aligned to the right.