Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
033248a1
Commit
033248a1
authored
Jul 07, 2021
by
Kim, Subin
Browse files
Pagination
parent
5970f998
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/Pagination.js
0 → 100644
View file @
033248a1
const
Pagination
=
()
=>
{
return
(
<
nav
aria
-
label
=
"
Page navigation example
"
>
<
ul
className
=
"
pagination justify-content-center
"
>
<
li
className
=
"
page-item
"
>
<
a
className
=
"
page-link
"
href
=
"
#
"
aria
-
label
=
"
Previous
"
>
<
span
aria
-
hidden
=
"
true
"
>&
laquo
;
<
/span
>
<
/a
>
<
/li
>
<
li
className
=
"
page-item
"
><
a
className
=
"
page-link
"
href
=
"
#
"
>
1
<
/a></
li
>
<
li
className
=
"
page-item
"
><
a
className
=
"
page-link
"
href
=
"
#
"
>
2
<
/a></
li
>
<
li
className
=
"
page-item
"
><
a
className
=
"
page-link
"
href
=
"
#
"
>
3
<
/a></
li
>
<
li
className
=
"
page-item
"
>
<
a
className
=
"
page-link
"
href
=
"
#
"
aria
-
label
=
"
Next
"
>
<
span
aria
-
hidden
=
"
true
"
>&
raquo
;
<
/span
>
<
/a
>
<
/li
>
<
/ul
>
<
/nav
>
)
}
export
default
Pagination
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment