Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
survey
Commits
cf7c5802
Commit
cf7c5802
authored
Jun 27, 2022
by
Jiwon Yoon
Browse files
Merge branch 'JangDH' into develope
parents
107b6098
ed84f8c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/Pages/HomePage.tsx
View file @
cf7c5802
import
React
from
"
react
"
;
import
React
from
"
react
"
;
import
"
tailwindcss/tailwind.css
"
;
import
"
tailwindcss/tailwind.css
"
;
// type HomeProps = {
type
HomeProps
=
{
title
?:
string
;
};
// };
const
HomePage
=
({
title
=
"
Simple Survey Form
"
}:
HomeProps
)
=>
(
const
HomePage
=
()
=>
(
<
div
>
<
div
>
<
div
className
=
"text-slate-300 text-center text-3xl text-black my-5"
>
<
div
className
=
"text-slate-300 text-center text-3xl text-black my-5"
>
가장 쉽게 설문지를 만드세요!
가장 쉽게 설문지를 만드세요!
</
div
>
</
div
>
<
div
className
=
"flex container
justify-center my-6"
>
<
div
className
=
"flex container justify-center my-6"
>
<
div
className
=
"flex
justify-center text-2xl font-bold h-14 w-28 border-blue-500 rounded-lg bg-gray-300"
>
<
div
className
=
"flex justify-center text-2xl font-bold h-14 w-28 border-blue-500 rounded-lg bg-gray-300"
>
<
div
className
=
"flex"
>
<
div
className
=
"flex"
>
<
button
className
=
"text-black"
>
<
button
className
=
"text-black"
>
+
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment