import React from 'react'; import Spin from '../index'; const Demo = () => { return ( <Spin size="large" tip="hahahahahah" /> ) } export default Demo