kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
silk-widgets
/
com.varabyte.kobweb.silk.components.disclosure
/
TabPanelScope
Tab
Panel
Scope
class
TabPanelScope
(
source
)
Members
Members & Extensions
Constructors
Tab
Panel
Scope
Link copied to clipboard
constructor
(
)
Functions
Panel
Link copied to clipboard
fun
Panel
(
modifier
:
Modifier
=
Modifier
,
content
:
@
Composable
BoxScope
.
(
)
->
Unit
)
Tab
Link copied to clipboard
fun
Tab
(
modifier
:
Modifier
=
Modifier
,
content
:
@
Composable
BoxScope
.
(
)
->
Unit
)
Tab
Link copied to clipboard
fun
TabPanelScope
.
Tab
(
text
:
String
,
modifier
:
Modifier
=
Modifier
)
Convenience method for creating a
Tab
that is just text.