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 93e72aa commit 1f4a88fCopy full SHA for 1f4a88f
pages/resources.js
@@ -26,7 +26,12 @@ export default function Snippets({ snippets }) {
26
Utilities
27
</h2>
28
<div className="grid gap-4 grid-cols-1 sm:grid-cols-2 my-2 w-full mt-4">
29
- {/* https://hypercolor.dev/ */}
+ <ResourcesCard
30
+ title="Mantine"
31
+ link="https://mantine.dev/"
32
+ websiteLink="mantine.dev"
33
+ description="Beautiful Components with Hooks and functions"
34
+ />
35
<ResourcesCard
36
title="Tailwind Box Shadows"
37
link="https://manuarora.in/boxshadows"
0 commit comments