Skip to content

Commit 8b68173

Browse files
authored
Rename event 'click' to 'onClick' in button.mdx
1 parent dcd1101 commit 8b68173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/30-components/button.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Zur Behandlung von Events bzw. Callbacks siehe <kol-link _label="Events" _href="
3535

3636
| Event | Auslöser | Value |
3737
|---------------|-----------------------------------------------------------------------------------------------------|-------------------|
38-
| `click` | Element wird angeklickt | `_value`-Property |
38+
| `onClick` | Element wird angeklickt | `_value`-Property |
3939
| `onMouseDown` | Eine Taste eines Zeigegeräts wird gedrückt, während der Zeiger sich innerhalb des Elements befindet | - |
4040

4141
### Beispiel

0 commit comments

Comments
 (0)