This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab5a4b3
commit 486882b
Showing
19 changed files
with
170 additions
and
88 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
import React from "react"; | ||
import { Tabs, Tab, Card, CardBody } from "@nextui-org/react"; | ||
|
||
export default function Usage() { | ||
return ( | ||
<div className="flex w-full flex-col"> | ||
<Tabs aria-label="Options"> | ||
<Tab key="all" title="ทั้งหมด"> | ||
<Card> | ||
<CardBody> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | ||
</CardBody> | ||
</Card> | ||
</Tab> | ||
<Tab key="coming" title="กำลังจะเปิด"> | ||
<Card> | ||
<CardBody> | ||
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. | ||
</CardBody> | ||
</Card> | ||
</Tab> | ||
<Tab key="opentoru" title="เปิดรับสมัคร"> | ||
<Card> | ||
<CardBody> | ||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | ||
</CardBody> | ||
</Card> | ||
</Tab> | ||
<Tab key="intoru" title="อยู่ระหว่างการแข่งขัน"> | ||
<Card> | ||
<CardBody> | ||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | ||
</CardBody> | ||
</Card> | ||
</Tab> | ||
<Tab key="endtoru" title="จบการแข่งขัน"> | ||
<Card> | ||
<CardBody> | ||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | ||
</CardBody> | ||
</Card> | ||
</Tab> | ||
</Tabs> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
import React from 'react' | ||
import { Card, Input, Button } from "@nextui-org/react"; | ||
|
||
export default function SetingPage() { | ||
return ( | ||
<div className="mx-auto max-w-7xl p-5 text-center sm:px-6 lg:px-8"> | ||
<h2 className="text-3xl font-bold tracking-tight sm:text-4xl"> | ||
ตั้งค่า | ||
</h2> | ||
<Card className="p-4 text-center mt-8"> | ||
<h2 className="mt-10 text-left text-3xl font-bold tracking-tight sm:text-4xl"> | ||
โปรไฟล์ | ||
</h2> | ||
<h2 className="mt-10 text-left text-2xl font-bold tracking-tight sm:text-1xl"> | ||
ชื่อผู้ใช้งาน | ||
</h2> | ||
<Input | ||
isRequired | ||
type="Username" | ||
label="Username" | ||
className="max-w-x5 mt-5 my-3" | ||
/> | ||
<h2 className="text-left text-2xl font-bold tracking-tight sm:text-1xl"> | ||
อีเมล | ||
</h2> | ||
<Input | ||
isRequired | ||
type="Email" | ||
label="Email" | ||
className="max-w-x5 mt-5 my-3" | ||
/> | ||
<h2 className="text-left text-2xl font-bold tracking-tight sm:text-1xl"> | ||
Bio | ||
</h2> | ||
<Input | ||
type="Bio" | ||
label="Bio" | ||
className="max-w-x5 mt-5 my-3" | ||
/> | ||
<h2 className="text-left text-2xl font-bold tracking-tight sm:text-1xl"> | ||
คณะ | ||
</h2> | ||
<Input | ||
type="Faculty" | ||
label="Faculty" | ||
className="max-w-x5 mt-5 my-3" | ||
/> | ||
<h2 className="text-left text-2xl font-bold tracking-tight sm:text-1xl"> | ||
สาขา | ||
</h2> | ||
<Input | ||
type="Major" | ||
label="Major" | ||
className="max-w-x5 mt-5 my-3" | ||
/> | ||
<Button color="success"> | ||
บันทึก | ||
</Button> | ||
</Card> | ||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.