chore(): update readme

This commit is contained in:
Manu Mtz.-Almeida
2018-10-08 15:44:51 -05:00
parent b4a73ad760
commit 4036db5480
42 changed files with 1966 additions and 215 deletions

View File

@ -8,9 +8,22 @@ The ripple effect component adds the [Material Design ink ripple interaction eff
## Methods
| Method | Description |
| ----------- | -------------------------------------------- |
| `addRipple` | Adds the ripple effect to the parent element |
### `addRipple(pageX: number, pageY: number) => void`
Adds the ripple effect to the parent element
#### Parameters
| Name | Type | Description |
| ------- | -------- | ----------- |
| `pageX` | `number` | |
| `pageY` | `number` | |
#### Returns
Type: `void`
----------------------------------------------