App Frame Component
@ExperimentalCoroutinesApi()
Content copied to clipboard
This class combines the configuration and the core rendering of the app-frame.
You can configure the content of the following sections
brand
header
actions
nav
main
footer (only rendered if defined)
tabs (only rendered if defined)
In addition to that you can define how the sidebarToggle on small screens is rendered. By default is a hamburger-button.
The rendering function is used by the component factory functions appFrame, so it is not meant to be called directly unless you plan to implement your own appFrame.
Constructors
AppFrameComponent
Link copied to clipboard
fun AppFrameComponent()
Content copied to clipboard
Types
Functions
Properties
actions
Link copied to clipboard
brand
Link copied to clipboard
footer
Link copied to clipboard
header
Link copied to clipboard
main
Link copied to clipboard
nav
Link copied to clipboard
sidebarToggle
Link copied to clipboard
val sidebarToggle: ComponentProperty<RenderContext.(SimpleHandler<Unit>) -> Unit>
Content copied to clipboard
tabs
Link copied to clipboard