Adding the first glitch gallery

This commit is contained in:
2026-03-24 11:30:14 +01:00
commit 137d1a8191
24 changed files with 1572 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"componentId": "__COMPONENT_ID__",
"displayName": "__COMPONENT_DISPLAY_NAME__",
"version": "1.0.0",
"folderName": "__FOLDER_NAME__",
"packageName": "@glitch-components/__COMPONENT_ID__",
"entry": "dist/__BUNDLE_NAME__.js",
"source": "src/index.tsx",
"tags": [
"glitch-component"
]
}