Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
Today KU
Commits
d969e3b3
Commit
d969e3b3
authored
Nov 19, 2021
by
Kim, Subin
Browse files
버튼 로직 추가
parent
666389a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/Schedule/ScheduleCarousel.js
View file @
d969e3b3
...
@@ -32,14 +32,16 @@ const ScheduleCarousel = () => {
...
@@ -32,14 +32,16 @@ const ScheduleCarousel = () => {
<
KU
schedule
=
{
schedule
}
/
>
<
KU
schedule
=
{
schedule
}
/
>
<
/div>
)
: null
}
<
/div>
)
: null
}
<
/div
>
<
/div
>
<
button
className
=
"
carousel-control-prev
"
type
=
"
button
"
data
-
bs
-
target
=
"
#scheduleListCarousel
"
data
-
bs
-
slide
=
"
prev
"
>
{
scheduleList
.
length
>
1
?
<>
<
span
className
=
"
carousel-control-prev-icon
"
aria
-
hidden
=
"
true
"
><
/span
>
<
button
className
=
"
carousel-control-prev
"
type
=
"
button
"
data
-
bs
-
target
=
"
#scheduleListCarousel
"
data
-
bs
-
slide
=
"
prev
"
>
<
span
className
=
"
visually-hidden
"
>
Previous
<
/span
>
<
span
className
=
"
carousel-control-prev-icon
"
aria
-
hidden
=
"
true
"
><
/span
>
<
/button
>
<
span
className
=
"
visually-hidden
"
>
Previous
<
/span
>
<
button
className
=
"
carousel-control-next
"
type
=
"
button
"
data
-
bs
-
target
=
"
#scheduleListCarousel
"
data
-
bs
-
slide
=
"
next
"
>
<
/button
>
<
span
className
=
"
carousel-control-next-icon
"
aria
-
hidden
=
"
true
"
><
/span
>
<
button
className
=
"
carousel-control-next
"
type
=
"
button
"
data
-
bs
-
target
=
"
#scheduleListCarousel
"
data
-
bs
-
slide
=
"
next
"
>
<
span
className
=
"
visually-hidden
"
>
Next
<
/span
>
<
span
className
=
"
carousel-control-next-icon
"
aria
-
hidden
=
"
true
"
><
/span
>
<
/button
>
<
span
className
=
"
visually-hidden
"
>
Next
<
/span
>
<
/button
>
<
/> : null
}
<
/div
>
<
/div
>
)
)
}
}
...
...
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