Skip to content

Commit

Permalink
fix: table for hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Jul 16, 2024
1 parent e1c92eb commit f4dd212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This is an illustration of **useBreakPointValue** hook.
flexDirection: flexDir,
gap: 10,
}}
>
>
<Box className={"justify-center items-center p-4 rounded bg-primary-500"}>
<Text className="font-bold text-typography-0">Box 1</Text>
</Box>
Expand Down Expand Up @@ -152,7 +152,7 @@ This section provides a comprehensive reference list for the hook arguments, det
<Table.THead>
<Table.TR>
<Table.TH>
<Table.TText>Arguments</Table.TText>
<Table.TText>Name</Table.TText>
</Table.TH>
<Table.TH>
<Table.TText>Type</Table.TText>
Expand All @@ -166,7 +166,7 @@ This section provides a comprehensive reference list for the hook arguments, det
<Table.TR>
<Table.TD>
<Table.TText>
<InlineCode>1</InlineCode>
<InlineCode>options</InlineCode>
</Table.TText>
</Table.TD>
<Table.TD>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ This section provides a comprehensive reference list for the hook arguments, det
<Table.THead>
<Table.TR>
<Table.TH>
<Table.TText>Arguments</Table.TText>
<Table.TText>Name</Table.TText>
</Table.TH>
<Table.TH>
<Table.TText>Type</Table.TText>
Expand All @@ -211,7 +211,7 @@ This section provides a comprehensive reference list for the hook arguments, det
<Table.TR>
<Table.TD>
<Table.TText>
<InlineCode>1</InlineCode>
<InlineCode>options</InlineCode>
</Table.TText>
</Table.TD>
<Table.TD>
Expand Down

0 comments on commit f4dd212

Please sign in to comment.