# Site Indicator This component is used to display a round badge next to a site with information about updates available, connection issues with Jetpack, whether a site is Jetpack, upgrades expiring soon, etc. It takes `site` object as property. ## How to use ```js import SiteIndicator from 'calypso/my-sites/site-indicator'; function render() { return ; } ``` ## Props ### `site`
TypeObject
RequiredYes
The site object. ### `onSelect`
TypeFunction
RequiredNo