Skip to content

Commit 611a9b9

Browse files
authored
Update Utilities.data.ts
Added TinyMCE for SolidJS and Color Picker for SolidJS
1 parent 843bb00 commit 611a9b9

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
@@ -2568,6 +2568,28 @@ const utilities: Array<Resource> = [
25682568
type: PackageType.Package,
25692569
categories: [ResourceCategory.Starters, ResourceCategory.BuildUtilities],
25702570
},
2571+
{
2572+
link: 'https://github.com/thednp/solid-color-picker',
2573+
title: '@thednp/solid-color-picker',
2574+
description: 'Modern Color Picker for SolidJS',
2575+
author: 'thednp',
2576+
author_url: 'https://github.com/thednp',
2577+
keywords: ['color', 'color-picker'],
2578+
official: false,
2579+
type: PackageType.Package,
2580+
categories: [ResourceCategory.Plugins, ResourceCategory.UI],
2581+
},
2582+
{
2583+
link: 'https://github.com/thednp/tinymce-solid',
2584+
title: 'tinymce-solid',
2585+
description: 'TinyMCE Component for SolidJS',
2586+
author: 'thednp',
2587+
author_url: 'https://github.com/thednp',
2588+
keywords: ['tinymce', 'editor', 'wysiwyg'],
2589+
official: false,
2590+
type: PackageType.Package,
2591+
categories: [ResourceCategory.UI],
2592+
},
25712593
];
25722594

25732595
export default utilities;

0 commit comments

Comments
 (0)