mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-19 20:54:06 +01:00
Create input box
This commit is contained in:
parent
fdee5fc347
commit
b005a3a5d0
@ -19,6 +19,7 @@ import {styled} from '@mui/material/styles';
|
|||||||
import FormControlLabel from '@mui/material/FormControlLabel';
|
import FormControlLabel from '@mui/material/FormControlLabel';
|
||||||
import {createTheme, ThemeProvider} from '@mui/material/styles';
|
import {createTheme, ThemeProvider} from '@mui/material/styles';
|
||||||
import cards from './Card';
|
import cards from './Card';
|
||||||
|
import Contact from "./Contact";
|
||||||
import {createContext, useState} from "react";
|
import {createContext, useState} from "react";
|
||||||
|
|
||||||
export const ThemeContext = createContext(null);
|
export const ThemeContext = createContext(null);
|
||||||
@ -206,6 +207,7 @@ export default function App() {
|
|||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</Container>
|
</Container>
|
||||||
|
<Contact />
|
||||||
</main>
|
</main>
|
||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<Box sx={{p: 6}} component="footer">
|
<Box sx={{p: 6}} component="footer">
|
||||||
|
|||||||
@ -31,7 +31,7 @@ function Contact(){
|
|||||||
noValidate="novalidate" ref={form} onSubmit={sendEmail}>
|
noValidate="novalidate" ref={form} onSubmit={sendEmail}>
|
||||||
<div className="col-md-12">
|
<div className="col-md-12">
|
||||||
<div className="form-group">
|
<div className="form-group">
|
||||||
<h4 className="mail">Message</h4>
|
<h4 className="mail">Send PP any message</h4>
|
||||||
<textarea name="message" className="form-control" id="message" cols="30" rows="8"
|
<textarea name="message" className="form-control" id="message" cols="30" rows="8"
|
||||||
placeholder="Message"></textarea>
|
placeholder="Message"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user