@@ -2391,7 +2391,7 @@ const utilities: Array<Resource> = [
23912391 description : 'A simple Solid component for embedding a Spotify song or album preview.' ,
23922392 author : 'Jessy' ,
23932393 author_url : 'https://github.com/jessyhq' ,
2394- keywords : [ " spotify" , " embed" , " music" , " iframe" ] ,
2394+ keywords : [ ' spotify' , ' embed' , ' music' , ' iframe' ] ,
23952395 official : false ,
23962396 type : PackageType . Package ,
23972397 categories : [ ResourceCategory . Plugins , ResourceCategory . UI ] ,
@@ -2407,6 +2407,18 @@ const utilities: Array<Resource> = [
24072407 type : PackageType . Package ,
24082408 categories : [ ResourceCategory . AddOn , ResourceCategory . UI ]
24092409 } ,
2410+ {
2411+ link : 'https://corvu.dev' ,
2412+ title : 'corvu' ,
2413+ description :
2414+ 'A collection of unstyled and accessible UI primitives that aim to be highly customizable while providing a delightful developer experience.' ,
2415+ author : 'Jasmin' ,
2416+ author_url : 'https://github.com/GiyoMoon' ,
2417+ keywords : [ 'unstyled' , 'headless' , 'accessible' , 'customizable' , 'primitives' , 'components' ] ,
2418+ official : false ,
2419+ type : PackageType . Package ,
2420+ categories : [ ResourceCategory . UI , ResourceCategory . Primitives ] ,
2421+ } ,
24102422] ;
24112423
24122424export default utilities ;
0 commit comments