prparation for AWs

This commit is contained in:
Thomas Ruoff
2020-10-09 00:11:35 +02:00
parent 940dc3cf59
commit 765d6c1a46
3 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
import React, { useContext } from 'react'
import { WizardContext } from './context/wizardStore'
import InputWrapper from '../inputWrapper'
import Calendar from './calendar'
export default function DateSelect() {
const { onChangeEvent, state } = useContext(WizardContext)
@@ -11,6 +12,7 @@ export default function DateSelect() {
return (
<>
<InputWrapper label="Datum" required>
<Calendar className="m-6" />
<div className="inline-block mr-6">
<label className="flabel inline-block w-6 mr-3" htmlFor="startDate">
Von