@@ -2568,6 +2568,28 @@ const utilities: Array<Resource> = [
2568
2568
type : PackageType . Package ,
2569
2569
categories : [ ResourceCategory . Starters , ResourceCategory . BuildUtilities ] ,
2570
2570
} ,
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
+ } ,
2571
2593
] ;
2572
2594
2573
2595
export default utilities ;
0 commit comments