Skip to content

Commit

Permalink
Link to example pages instead of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed Aug 16, 2023
1 parent 4d0c8c6 commit 0355092
Showing 1 changed file with 27 additions and 11 deletions.
38 changes: 27 additions & 11 deletions src/routes/components/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -2984,7 +2984,7 @@
},
{
"title": "svelte-transition",
"url": "https://github.com/captaincodeman/svelte-transition",
"url": "https://captaincodeman.github.io/svelte-headlessui/transition/",
"description": "Svelte component to apply CSS classes matching the syntax in TailwindUI components",
"npm": "svelte-transition",
"addedOn": "2023-08-16",
Expand All @@ -2998,7 +2998,7 @@
},
{
"title": "svelte-headlessui",
"url": "https://github.com/captaincodeman/svelte-headlessui",
"url": "https://captaincodeman.github.io/svelte-headlessui/",
"description": "A very lightweight unofficial implementation of Tailwind HeadlessUI",
"npm": "svelte-headlessui",
"addedOn": "2023-08-16",
Expand All @@ -3012,7 +3012,7 @@
},
{
"title": "svelte-color-select",
"url": "https://github.com/captaincodeman/svelte-color-select",
"url": "https://captaincodeman.github.io/svelte-color-select/",
"description": "OKHSV Color Selection component for Svelte using OKLab perceptual colorspace",
"npm": "svelte-color-select",
"addedOn": "2023-08-16",
Expand All @@ -3023,9 +3023,25 @@
],
"stars": 26
},
{
"title": "svelte-form-helper",
"url": "https://captaincodeman.github.io/svelte-form-helper/",
"description": "Lightweight helper for form validation with Svelte",
"npm": "svelte-form-helper",
"addedOn": "2023-08-16",
"category": "Forms & User Input",
"tags": [
"inputs and widgets",
"forms and validation",
"validation",
"typescript",
"components and libraries"
],
"stars": 52
},
{
"title": "svelte-theme-select",
"url": "https://github.com/captaincodeman/svelte-theme-select",
"url": "https://captaincodeman.github.io/svelte-theme-select/",
"description": "Customizable Svelte components for theme selection (light mode / dark mode) inspired by TailwindCSS",
"npm": "svelte-theme-select",
"addedOn": "2023-08-16",
Expand All @@ -3038,7 +3054,7 @@
},
{
"title": "svelte-pan-zoom",
"url": "https://github.com/captaincodeman/svelte-pan-zoom",
"url": "https://captaincodeman.github.io/svelte-pan-zoom/",
"description": "HTML Canvas Element Pan and Zoom action for Svelte",
"npm": "svelte-pan-zoom",
"addedOn": "2023-08-16",
Expand All @@ -3052,7 +3068,7 @@
},
{
"title": "svelte-deep-zoom",
"url": "https://github.com/captaincodeman/svelte-deep-zoom",
"url": "https://captaincodeman.github.io/svelte-deep-zoom",
"description": "Svelte component to render interactive Deep Zoom images (tiled image pyramids). Similar to Open SeaDragon but smaller",
"npm": "svelte-deep-zoom",
"addedOn": "2023-08-16",
Expand All @@ -3066,7 +3082,7 @@
},
{
"title": "svelte-resize-observer-action",
"url": "https://github.com/captaincodeman/svelte-resize-observer-action",
"url": "https://captaincodeman.github.io/svelte-resize-observer-action/",
"description": "Svelte use:action for element resize notifications using ResizeObserver",
"npm": "svelte-resize-observer-action",
"addedOn": "2023-08-16",
Expand All @@ -3092,7 +3108,7 @@
},
{
"title": "svelte-image-comparison",
"url": "https://github.com/captaincodeman/svelte-image-comparison",
"url": "https://captaincodeman.github.io/svelte-image-comparison",
"description": "Svelte component onion-skin comparison of image or canvas elements",
"npm": "svelte-image-comparison",
"addedOn": "2023-08-16",
Expand All @@ -3106,7 +3122,7 @@
},
{
"title": "svelte-relative-time",
"url": "https://github.com/captaincodeman/svelte-relative-time",
"url": "https://captaincodeman.github.io/svelte-relative-time/",
"description": "Tiny Svelte action and Component to render live-updating relative times",
"npm": "svelte-relative-time",
"addedOn": "2023-08-16",
Expand All @@ -3120,7 +3136,7 @@
},
{
"title": "svelte-signature-pad",
"url": "https://github.com/captaincodeman/svelte-signature-pad",
"url": "https://captaincodeman.github.io/svelte-signature-pad/",
"description": "Svelte Action to capture smoothed signatures as SVG paths using the perfect-freehand library.",
"npm": "svelte-signature-pad",
"addedOn": "2023-08-16",
Expand Down Expand Up @@ -3160,7 +3176,7 @@
},
{
"title": "svelte-intersection-observer-action",
"url": "https://github.com/captaincodeman/svelte-intersection-observer-action",
"url": "https://captaincodeman.github.io/svelte-intersection-observer-action/",
"description": "Svelte use:action for element position notifications using IntersectionObserver",
"npm": "svelte-intersection-observer-action",
"addedOn": "2023-08-16",
Expand Down

0 comments on commit 0355092

Please sign in to comment.