# Loading Placeholder ## Usage ```js import { Card } from '@automattic/components'; import { localize } from 'i18n-calypso'; import LoadingPlaceholder from 'calypso/me/purchases/components/loading-placeholder'; const MyComponentLoadingPlaceholder = ( { translate } ) => ( { translate( 'Loading…' ) } ); export default localize( MyComponentLoadingPlaceholder ); ``` ## Props - `path` - **optional** Add a path where back button should lead to. - `title` - Add a header title.