We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcd1101 + 925fe04 commit f78c0cfCopy full SHA for f78c0cf
docs/30-components/button.mdx
@@ -33,10 +33,10 @@ import { ExampleLink } from '@site/src/components/ExampleLink';
33
34
Zur Behandlung von Events bzw. Callbacks siehe <kol-link _label="Events" _href="../concepts/events" />.
35
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 | - |
+| Event | Value |
+|---------------|:-----------------:|
+| `onClick` | `_value`-Property |
+| `onMouseDown` | - |
40
41
### Beispiel
42
0 commit comments