Skip to content

Commit 2245302

Browse files
committed
Support for component override with the componentClass prop
1 parent a06f83b commit 2245302

6 files changed

Lines changed: 985 additions & 1660 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ onPress -> onRelease
5555

5656
Name | Type | Default | Description
5757
:--- | :--- | :------ | :----------
58+
componentClass | element | 'div' | A custom element for this component.
5859
disabled | Boolean | false | Set it to true to disable event actions.
5960
repeatDelay | Number | 500 | The time (in milliseconds) to wait before the first hold action is being triggered.
6061
repeatInterval | Number | 32 | The time interval (in milliseconds) on how often to trigger a hold action.

0 commit comments

Comments
 (0)