Skip to content

Commit a76b106

Browse files
authored
Merge pull request #545 from thednp/patch-1
Update Utilities.data.ts
2 parents 24aa953 + 611a9b9 commit a76b106

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/pages/Resources/Utilities.data.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2580,6 +2580,28 @@ const utilities: Array<Resource> = [
25802580
type: PackageType.Package,
25812581
categories: [ResourceCategory.Starters, ResourceCategory.BuildUtilities],
25822582
},
2583+
{
2584+
link: 'https://github.com/thednp/solid-color-picker',
2585+
title: '@thednp/solid-color-picker',
2586+
description: 'Modern Color Picker for SolidJS',
2587+
author: 'thednp',
2588+
author_url: 'https://github.com/thednp',
2589+
keywords: ['color', 'color-picker'],
2590+
official: false,
2591+
type: PackageType.Package,
2592+
categories: [ResourceCategory.Plugins, ResourceCategory.UI],
2593+
},
2594+
{
2595+
link: 'https://github.com/thednp/tinymce-solid',
2596+
title: 'tinymce-solid',
2597+
description: 'TinyMCE Component for SolidJS',
2598+
author: 'thednp',
2599+
author_url: 'https://github.com/thednp',
2600+
keywords: ['tinymce', 'editor', 'wysiwyg'],
2601+
official: false,
2602+
type: PackageType.Package,
2603+
categories: [ResourceCategory.UI],
2604+
},
25832605
];
25842606

25852607
export default utilities;

0 commit comments

Comments
 (0)