# Plugins List This component is used to represent a list `PluginItem`s using the DataViews component. ## How to use ```jsx import PluginsList from 'calypso/my-sites/plugins/plugins-list'; ; ``` ## Props - `plugins`: An array of plugins objects. - `header`: A string describing the plugin list. - `sites`: An object describing the sites list object. - `selectedSite`: An object or false of the single site. - `pluginUpdateCount`: Number of plugin updates that need to happen. - `isPlaceholder`: Weather to show a placeholder.