import React from 'react'; import cn from 'classnames'; export default ({ children = null, loading = true, size = 'tiny', ...props }) => (!loading ? children : )