NA
Size: a a a
NA
NA
NA
PK
const SliderButtonStyled = styled.button`
position: absolute;
top: 50%;
left: 10%;
border: none;
transition: all ease 0.2s;
padding: 0;
width: 36px;
height: 36px;
border-radius: 50%;
opacity: 0.8;
z-index: 6
// some code
V
PK
return (
<SliderButtonStyled
direction={direction}
onClick={handleClick}
/>
);
V
V
V
Hʜ
Hʜ
PK
PK
Hʜ
return (
<SliderButtonStyled
direction={direction}
onClick={handleClick}
/>
);
V
V
Hʜ
V
<SliderButtonStyled
forward={direction === 'forward'}
onClick={handleClick}
/>
V