kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
silk-foundation
/
com.varabyte.kobweb.silk.style.breakpoint
/
ResponsiveValues
Responsive
Values
class
ResponsiveValues
<
T
>
(
val
base
:
T
,
val
sm
:
T
,
val
md
:
T
,
val
lg
:
T
,
val
xl
:
T
)
(
source
)
A class used for storing generic values associated with breakpoints plus a base style.
Members
Constructors
Responsive
Values
Link copied to clipboard
constructor
(
base
:
T
,
sm
:
T
,
md
:
T
,
lg
:
T
,
xl
:
T
)
Properties
base
Link copied to clipboard
val
base
:
T
lg
Link copied to clipboard
val
lg
:
T
md
Link copied to clipboard
val
md
:
T
sm
Link copied to clipboard
val
sm
:
T
xl
Link copied to clipboard
val
xl
:
T