Cado-Labs/sphere-ui

Show the spinner by default

dogunok opened this issue · 1 comments

I suggest adding loading={true} by default

Example:

<Test> isTest && ( <Fragment> <Spinner /> <Text /> </Fragment> ) </Test>

tysky commented

fixed in #90