Skip to content

Commit

Permalink
📝 Add inspiration details
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-schneider committed Jul 29, 2024
1 parent 659c119 commit 14489ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/(components)/common-ui/skeletons/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export default async function Page() {
]}
title="Classic Pulse Skeleton"
description="A simple skeleton with a classic pulse effect for loading states"
inspiration="Shadcn/ui"
inspirationLink="https://ui.shadcn.com/docs/components/skeleton"
/>
<FullComponent
size="sm"
Expand All @@ -44,6 +46,8 @@ export default async function Page() {
]}
title="Shiny Gradient Skeleton"
description="An advanced skeleton with a shiny gradient effect for loading states"
inspiration="Delba"
inspirationLink="https://delba.dev/blog/animated-loading-skeletons-with-tailwind"
/>
</>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export default async function Page() {
]}
title="Pricing with many offers"
description="A pricing table with a lot of offers"
inspiration="Artlist"
inspirationLink="https://artlist.io/pricing"
librariesBadges={["lucide-react"]}
/>
</>
);
Expand Down

0 comments on commit 14489ac

Please sign in to comment.