added contact page
This commit is contained in:
13
FrontendV2/src/pages/ContactPage.tsx
Normal file
13
FrontendV2/src/pages/ContactPage.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Field, Textarea } from "@chakra-ui/react"
|
||||
|
||||
export const ContactPage = () => {
|
||||
return (
|
||||
<Field.Root invalid>
|
||||
<Field.Label>
|
||||
Comment <Field.RequiredIndicator />
|
||||
</Field.Label>
|
||||
<Textarea placeholder="Start typing..." variant="subtle" />
|
||||
<Field.ErrorText>Field is required</Field.ErrorText>
|
||||
</Field.Root>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user