Skip to content

Commit 09dcadb

Browse files
authored
Merge pull request #551 from thedanchez/swapy-solid
docs: adds swapy-solid to ecosystem list
2 parents 4357999 + be89c6c commit 09dcadb

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/pages/Resources/Utilities.data.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,17 @@ const utilities: Array<Resource> = [
374374
type: PackageType.Package,
375375
categories: [ResourceCategory.AddOn, ResourceCategory.Primitives],
376376
},
377+
{
378+
link: 'https://github.com/thedanchez/swapy-solid',
379+
title: 'swapy-solid',
380+
description: 'Solid components enabling drag and swap layouts via Swapy.',
381+
author: 'Daniel Sanchez',
382+
author_url: 'https://github.com/thedanchez',
383+
keywords: ['drag', 'drop', 'swap', 'swapy', 'solid'],
384+
official: false,
385+
type: PackageType.Package,
386+
categories: [ResourceCategory.UI],
387+
},
377388
{
378389
link: 'https://github.com/solidjs/react-solid-state',
379390
title: 'react-solid-state',

0 commit comments

Comments
 (0)