0.0.3 • Published 5 years ago
starship-toolkits v0.0.3
Loading
Install
npm install starship-toolkitsUsage
import { Loading } from 'Loading';
const ParentComponent = () => (
<div>
<Loading />
</div>
); npm install starship-toolkitsimport { Loading } from 'Loading';
const ParentComponent = () => (
<div>
<Loading />
</div>
);