I am attempting to adjust the width of the react-datepicker input box and surprisingly have found little information out there and am unable to effect its width. I would just l
Using styled-components
import styled from 'styled-components'; const DatePickerStyled = styled.div` /* STYLE FOR WITH */ .react-datepicker-wrapper { width: 100%; } `;
encloses the component