UNPKG
ffr-components
Version:
latest (0.4.1-beta.7)
0.4.1-next.6
0.4.1-next.5
0.4.1-next.4
0.4.1-next.3
0.4.1-next.2
0.4.1-beta.7
Fiori styled UI components
ffr-components
/
es
/
pagination
/
index.js
4 lines
•
136 B
JavaScript
View Raw
1
2
3
4
import
{
Pagination
}
from
'fundamental-react/Pagination'
;
import
"./style.css"
;
import
"../theme/theme.css"
;
export
default
Pagination
;