@@ -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
25852607export default utilities ;
0 commit comments