Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/elementalui/elemental
/ getPageNumbers
Function
getPageNumbers
test/components/Pagination-test.js:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
12
const
getPageNumbers = props => getList(props)
13
.children()
14
.get()
15
.map(node => node.props.children);
16
17
18
test(
'Pagination. Basics'
, t => {
Callers
1
Pagination-test.js
File · 0.85
Calls
1
getList
Function · 0.85
Tested by
no test coverage detected