1.0.50 • Published 1 year ago

web-touch-ripple-jsx v1.0.50

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Introduction

This package provides JSX module about web-touch-ripple package.

See Also: If you want to use this component in Preact, you need to refer to offical docs of Preact.

Properties of \<TouchRipple>

IdentifierDescriptionType
onTapCalled when a user taps or clicks.VoidFunction
onDoubleTapCalled when a user double taps or double clicks.VoidFunction
onLongTapCalled when a user long press or long clicks or long pointer-down.VoidFunction
waitWhether to postpone the invocation of the related event callback function until the end of the ripple effect fade-in animation.boolean
selectorA CSS selector string used to target a specific child element within the component. The ripple effect will be applied to this element when a pointer event occurs. This allows you to control exactly which child element the ripple effect will affect, without changing the element tree structure.string
childrenHmm... This is just children elements of JSX about \<TouchRipple>, And i'm think so easy, right?.JSX.Element

Properties of \<TouchRippleConnection>

IdentifierDescriptionType
childrenHmm... This is just children elements of JSX about \<TouchRippleConnection>, And i'm think so easy, right?.JSX.Element
1.0.50

1 year ago

1.0.41

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.21

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0-alpha.1

1 year ago

1.0.0

1 year ago