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