We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39ddd35 + 9eb6dec commit f772417Copy full SHA for f772417
1 file changed
src/pages/Resources/Utilities.data.ts
@@ -2673,6 +2673,17 @@ const utilities: Array<Resource> = [
2673
type: PackageType.Package,
2674
categories: [ResourceCategory.UI, ResourceCategory.Primitives],
2675
},
2676
+ {
2677
+ link: 'https://solid-notifications.vercel.app/',
2678
+ title: 'solid-notifications',
2679
+ description: 'Reactive, customizable toast notifications for SolidJS',
2680
+ author: 'Marko Zekanovic',
2681
+ author_url: 'https://github.com/Nyloth9',
2682
+ keywords: ['toast', 'notifications'],
2683
+ official: false,
2684
+ type: PackageType.Package,
2685
+ categories: [ResourceCategory.UI],
2686
+ },
2687
];
2688
2689
export default utilities;
0 commit comments