Skip to content

Commit f78c0cf

Browse files
authored
Rename event 'click' to 'onClick' in button.mdx (#385)
2 parents dcd1101 + 925fe04 commit f78c0cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/30-components/button.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ import { ExampleLink } from '@site/src/components/ExampleLink';
3333

3434
Zur Behandlung von Events bzw. Callbacks siehe <kol-link _label="Events" _href="../concepts/events" />.
3535

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

4141
### Beispiel
4242

0 commit comments

Comments
 (0)