Skip to content

Commit 44c191e

Browse files
committed
docs
1 parent d1533b9 commit 44c191e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/pg/buttonIncrement/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `<pg-button-increment>`
22

3-
The `pg-button-increment` is the `pg-button` component with an increment event for holding down.
3+
The `pg-button-increment` is the `pg-button` component with an `increment` event for holding down.
44

55
```typescript
66
import '@pictogrammers/components/pg/buttonIncrement';
@@ -11,7 +11,7 @@ import PgButtonIncrement from '@pictogrammers/components/pg/buttonIncrement';
1111

1212
```typescript
1313
this.$button.incrementDelay = 300; // default
14-
this.$button.incrementStepDelay = 50; // default
14+
this.$button.incrementStepDelay = 100; // default
1515
this.$button.addEventListener('increment', () => {
1616
// called on initial click and after every 50ms
1717
});

0 commit comments

Comments
 (0)