@@ -2580,6 +2580,28 @@ const utilities: Array<Resource> = [
2580
2580
type : PackageType . Package ,
2581
2581
categories : [ ResourceCategory . Starters , ResourceCategory . BuildUtilities ] ,
2582
2582
} ,
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
+ } ,
2583
2605
] ;
2584
2606
2585
2607
export default utilities ;
0 commit comments