Skip to content

Commit

Permalink
add table lolos berkas sg 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
SyahrezaAdnanAlAzhar authored Sep 2, 2024
1 parent 190f97c commit 4495baf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions components/ColapseDoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,23 @@ const ColapseDoc = () => {
<Heading as="h2" fontSize={{ base: "xl", lg: "2xl" }} mb="2" mt="4">
Let's Join With Us
</Heading>
<Box mt={8} overflowX="auto">
<Heading as="h3" size="lg" mb={4}>Daftar Nomor Induk Mahasiswa (NIM)</Heading>
<Table variant="striped" colorScheme="teal">
<Thead>
<Tr>
<Th>NIM</Th>
</Tr>
</Thead>
<Tbody>
{dataNIM.map((nim, index) => (
<Tr key={index}>
<Td>{nim}</Td>
</Tr>
))}
</Tbody>
</Table>
</Box>
{/* <Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<iframe
// src="https://forms.office.com/r/Nc8d1ftUw9"
Expand Down

0 comments on commit 4495baf

Please sign in to comment.