Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7e8be75

Browse files
docs: added events
1 parent 686d557 commit 7e8be75

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎README.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,20 @@ _N.B.: the cursor is not activated on touchscreen devices._
148148

149149
```
150150

151+
#### Events
152+
153+
```html
154+
155+
<cursor-fx
156+
@before-start="onBeforeStart"
157+
@after-start="onAfterStart"
158+
@ready="onReady"
159+
@before-destroy="onBeforeDestroy"
160+
@after-destroy="onAfterDestroy"
161+
></cursor-fx>
162+
163+
```
164+
151165
#### Props
152166

153167
| Attribute | Type | Default | Required | About |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /