0
0
Fork 0

Fix dimensions of loading component for compose drawer (#4872)

This commit is contained in:
Eugen Rochko 2017-09-10 08:48:11 +02:00 committed by GitHub
parent 3f333a8d31
commit f2cbfb2eb3
2 changed files with 15 additions and 3 deletions

View file

@ -0,0 +1,11 @@
import React from 'react';
const DrawerLoading = () => (
<div className='drawer'>
<div className='drawer__pager'>
<div className='drawer__inner' />
</div>
</div>
);
export default DrawerLoading;