Skip to content

Commit 2b70305

Browse files
authored
Merge pull request #502 from GiyoMoon/main
Add corvu to resources
2 parents b0f6732 + 8a7ab26 commit 2b70305

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/pages/Resources/Utilities.data.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2419,6 +2419,18 @@ const utilities: Array<Resource> = [
24192419
type: PackageType.Package,
24202420
categories: [ResourceCategory.AddOn, ResourceCategory.Primitives]
24212421
},
2422+
{
2423+
link: 'https://corvu.dev',
2424+
title: 'corvu',
2425+
description:
2426+
'A collection of unstyled and accessible UI primitives that aim to be highly customizable while providing a delightful developer experience.',
2427+
author: 'Jasmin',
2428+
author_url: 'https://github.com/GiyoMoon',
2429+
keywords: ['unstyled', 'headless', 'accessible', 'customizable', 'primitives', 'components'],
2430+
official: false,
2431+
type: PackageType.Package,
2432+
categories: [ResourceCategory.UI, ResourceCategory.Primitives],
2433+
},
24222434
];
24232435

24242436
export default utilities;

0 commit comments

Comments
 (0)