core
0.16.1
core
/
de.peekandpoke.kraft.addons.semanticui.pagination
/
Pagination
/
Props
Props
data
class
Props
(
val
activePage
:
Int
,
val
totalPages
:
Number
?
,
val
style
:
Pagination.Style
,
val
onChange
:
(
Int
)
->
Unit
)
Content copied to clipboard
Constructors
Properties
Constructors
Props
Link copied to clipboard
fun
Props
(
activePage
:
Int
,
totalPages
:
Number
?
,
style
:
Pagination.Style
,
onChange
:
(
Int
)
->
Unit
)
Content copied to clipboard
Properties
active
Page
Link copied to clipboard
val
activePage
:
Int
Content copied to clipboard
on
Change
Link copied to clipboard
val
onChange
:
(
Int
)
->
Unit
Content copied to clipboard
style
Link copied to clipboard
val
style
:
Pagination.Style
Content copied to clipboard
total
Pages
Link copied to clipboard
val
totalPages
:
Number
?
Content copied to clipboard