## Ripple

### Markup

```html
<m-ripple>
    Ripple
</m-ripple>
```

### Props & methods

| Prop | Type | Default | Description |
|------|------|---------|-------------|
| unbounded | Boolean | false | unbounded ripple |
| accent | Boolean | false | ripple with secondary theme color |

### Slots

| Slot | Description |
|------|-------------|
| default | ripple content |

### Reference

- https://github.com/material-components/material-components-web/tree/master/packages/mdc-ripple
