File size: 464 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Plugin Remove Button

This component is used to display a button that launch a remove action when clicked.

## How to use

```js
import PluginRemoveButton from 'calypso/my-sites/plugins/plugin-remove-button';

function render() {
	return <PluginRemoveButton plugin={ plugin } site={ site } notices={ notices } />;
}
```

## Props

- `plugin`: a plugin object.
- `site`: a site object.
- `notices` : (object) Object of errored, inProgress, and completed actions.