Add boxes to enter information

This commit is contained in:
Ray 2023-12-27 12:09:39 +00:00 committed by GitHub
parent 1db95e425a
commit 6910d82698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ import { getFirestore,
return (
<Form>
<Form.Group>
<Form.Label style={{ fontSize: '30px' }}>Enter submitter name:</Form.Label>
<Form.Control type="text"
placeholder="Name" />
<Form.Label style={{ fontSize: '30px' }}>Enter the date the shennanigans occurred (dd-mm-yyyy):</Form.Label>
<Form.Control type="text" placeholder="Date" />
<Form.Label style={{ fontSize: '30px' }}>Select the words used by ray</Form.Label>
<Form.Check
type="checkbox"