Commit 9ab8a632 authored by Kim, Subin's avatar Kim, Subin
Browse files

Pagination 추가 및 css

parent fe61b33a
......@@ -9,9 +9,11 @@ const MovieEdit = () => {
<Search type="admin" />
</div>
<MovieTable />
<div className="d-flex align-items-center">
<div className="d-md-flex">
<Pagination />
<button type="button" className="btn btn-dark" style={{ width: "5em" }}>등록</button>
<div className="d-flex justify-content-end col-md-3 ms-md-auto my-1">
<button type="button" className="btn btn-dark" style={{ width: "5em" }}>등록</button>
</div>
</div>
</>
)
......
const Pagination = () => {
return (
<nav aria-label="Page navigation example">
<ul className="pagination justify-content-center">
<nav className="col-md-3 ms-md-auto my-1" aria-label="Page navigation example">
<ul className="pagination justify-content-center mb-0">
<li className="page-item">
<a className="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">&laquo;</span>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment