Skip to content

Commit 59f12d3

Browse files
authored
Merge pull request #3197 from Maltronic/patch-1
Mention active pseudo class for Pressable component
2 parents 9409d13 + 65c7092 commit 59f12d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/ui/pressable/docs/index.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ Component receives states as props as boolean values, which are applied as `data
108108
<InlineCode>true | false</InlineCode>
109109
</TableCell>
110110
</TableRow>
111+
<TableRow>
112+
<TableCell>
113+
<InlineCode>active</InlineCode>
114+
</TableCell>
115+
<TableCell>data-active</TableCell>
116+
<TableCell>
117+
<InlineCode>true | false</InlineCode>
118+
</TableCell>
119+
</TableRow>
111120
</TableBody>
112121
</Table>
113122
</>

0 commit comments

Comments
 (0)