-
Notifications
You must be signed in to change notification settings - Fork 1
Cursor
Kevin Gonzalez edited this page Sep 13, 2019
·
2 revisions
-
Import
Cursor
fromreact-mk
and pass the following props:-
children
: the cursor you wish to display, it will accept anynode
and is a|
by default -
blink
: a bool which istrue
by default, whenfalse
the cursor will not blink -
blinkAnimationDuration
: theanimation-duration
of thecss
animation
property of the cursor - All other props will be spread to the root element which is a
span
-
See example.