We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933e8f0 commit 1fa913bCopy full SHA for 1fa913b
pages/demos/index.js
@@ -37,6 +37,11 @@ export default function Demos() {
37
link="demos/demo/movingcard"
38
description="Moving tailwind css cards"
39
/>
40
+ <DemosCard
41
+ title="Simple Loader"
42
+ link="demos/demo/loader"
43
+ description="A reusable react loading spinner"
44
+ />
45
</div>
46
47
</Container>
0 commit comments