We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1533b9 commit 44c191eCopy full SHA for 44c191e
1 file changed
src/components/pg/buttonIncrement/README.md
@@ -1,6 +1,6 @@
1
# `<pg-button-increment>`
2
3
-The `pg-button-increment` is the `pg-button` component with an increment event for holding down.
+The `pg-button-increment` is the `pg-button` component with an `increment` event for holding down.
4
5
```typescript
6
import '@pictogrammers/components/pg/buttonIncrement';
@@ -11,7 +11,7 @@ import PgButtonIncrement from '@pictogrammers/components/pg/buttonIncrement';
11
12
13
this.$button.incrementDelay = 300; // default
14
-this.$button.incrementStepDelay = 50; // default
+this.$button.incrementStepDelay = 100; // default
15
this.$button.addEventListener('increment', () => {
16
// called on initial click and after every 50ms
17
});
0 commit comments