0
0
Fork 0

Add loading indicator animation (#4316)

This commit is contained in:
Eugen Rochko 2017-07-23 20:28:18 +02:00 committed by GitHub
parent 3a3b556065
commit 1e0c7a0afc
2 changed files with 67 additions and 5 deletions

View file

@ -3,6 +3,7 @@ import { FormattedMessage } from 'react-intl';
const LoadingIndicator = () => (
<div className='loading-indicator'>
<div className='loading-indicator__figure' />
<FormattedMessage id='loading_indicator.label' defaultMessage='Loading...' />
</div>
);