diff --git a/components/CreationSteps.jsx b/components/CreationSteps.jsx index da21b9c..4ab3c56 100644 --- a/components/CreationSteps.jsx +++ b/components/CreationSteps.jsx @@ -34,7 +34,7 @@ export const ProgressSteps = ({step, className, ...props}) => { const stepId = creationSteps.indexOf(step); return - + {step === 'candidate' ? null : ( @@ -47,7 +47,7 @@ export const ProgressSteps = ({step, className, ...props}) => { ) } - + {creationSteps.map((name, i) => )} diff --git a/components/DatePicker.jsx b/components/DatePicker.jsx new file mode 100644 index 0000000..d3ed837 --- /dev/null +++ b/components/DatePicker.jsx @@ -0,0 +1,33 @@ +import {useState, forwardRef} from 'react' +import {Button, Row, Col} from 'reactstrap' +import {FontAwesomeIcon} from "@fortawesome/react-fontawesome"; +import DatePicker from 'react-datepicker' + + +const CustomDatePicker = ({icon, date, setDate}) => { + return ( setStartDate(date)} />); + // const ExampleCustomInput = forwardRef(({value, onClick}, ref) => ( + // + // )); + // {/*