import React from 'x8react';
function Home() {
return (
<>
<div if={Loading}> // render only if Loading is true
<Loading />
</div>
<div if={Loading == false}> // render only if Done Loading
{...Content}
</div>
</>
);
}
x8react
1.0.7 • Public • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i x8react
Repository
Weekly Downloads
1
Version
1.0.7
License
ISC
Unpacked Size
2.74 kB
Total Files
4