Offcanvas
open class Offcanvas( caption: String? = null, placement: OffPlacement = OffPlacement.START, closeButton: Boolean = true, dark: Boolean = false, responsiveType: OffResponsiveType? = null, scrollableBody: Boolean = false, backdrop: Boolean = true, escape: Boolean = true, className: String? = null, init: Offcanvas.() -> Unit? = null)
Content copied to clipboard
The Bootstrap offcanvas component.
Parameters
caption
the offcanvas caption
placement
the offcanvas placement
close Button
determines if Close button is visible
dark
dark mode
responsive Type
the offcanvas responsive type
scrollable Body
determines if the page body is scrollable
backdrop
determines if the backdrop is visible
escape
determines if the offcanvas can be closed with the Esc key
class Name
CSS class names
init
an initializer extension function
Constructors
Link copied to clipboard
fun Offcanvas( caption: String? = null, placement: OffPlacement = OffPlacement.START, closeButton: Boolean = true, dark: Boolean = false, responsiveType: OffResponsiveType? = null, scrollableBody: Boolean = false, backdrop: Boolean = true, escape: Boolean = true, className: String? = null, init: Offcanvas.() -> Unit? = null)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Hide offcanvas with Bootstrap function.
Link copied to clipboard
Show offcanvas with Bootstrap function.