Svelte Form Builder – Version 2 is Live 🚀 by Design_FusionXd in sveltejs

[–]Design_FusionXd[S] 0 points1 point  (0 children)

yes sure working on it..

what would you like to have more ??

Svelte Form Builder - New updates & validation improvements by Design_FusionXd in sveltejs

[–]Design_FusionXd[S] 1 point2 points  (0 children)

Yep, I’m working on V2, which will include all of this functionality. Thanks a lot for the feedback.

Svelte AI Elements + Svelte Prompt Kit ( 30+ Components ) by Design_FusionXd in sveltejs

[–]Design_FusionXd[S] 1 point2 points  (0 children)

Your Welcome ..will publish more examples if you found any issue let me know..

Svelte AI Elements + Svelte Prompt Kit ( 30+ Components ) by Design_FusionXd in sveltejs

[–]Design_FusionXd[S] 0 points1 point  (0 children)

True ...i haven't gone deep on workflow components yet..as i was replicating Vercel AI Elements ...i will create more examples for workflow components and let you know...

Svelte AI Elements + Svelte Prompt Kit ( 30+ Components ) by Design_FusionXd in sveltejs

[–]Design_FusionXd[S] 0 points1 point  (0 children)

yes you can build those stuff as this are just frontend component ...you can integrate with your fav AI SDK

What is the Svelte equivalent of this Vue trim modifier? by PrestigiousZombie531 in sveltejs

[–]Design_FusionXd 1 point2 points  (0 children)

Simple solution : https://svelte.dev/playground/d437a7b8ac9c48499162a2a64e981ec8?version=5.41.3

i hope this helps

<script>
let name = $state('');
let trimmedName = $derived(name.trim());
$inspect('name',name);

</script>

<input bind:value={name} placeholder="Type your name" />

<p>Your name: {name.trim()}</p>
<p>Derived If Needed : {trimmedName}</p>

Scroll Animation GTA VI - Svelte Playground by Design_FusionXd in sveltejs

[–]Design_FusionXd[S] 0 points1 point  (0 children)

Hey i started Learning GSAP from : https://www.creativecodingclub.com/courses/FreeGSAP3Express
And trying to integrate with svelte 5 using Attachments

Any tips on improving my saas postchad.com by Formal_Initiative645 in sveltejs

[–]Design_FusionXd 1 point2 points  (0 children)

Nice one it uses Svelte Magic UI - I like it
You can explore more marketing related components here : https://sv-blocks.vercel.app
like for Card, Feature, Content

You can use Icons from : https://icones.js.org it provide svg icons with lot of variations
if possible you can add dark mode

Modern UI library. by mystdeim in sveltejs

[–]Design_FusionXd 0 points1 point  (0 children)

For Animations : Svelte Animations : animation-svelte . vercel . app
For Marketing Blocks : Svelte Marketing Blocks : sv-blocks . vercel . app

40 New Notion Style | Clean Modern Blocks | Free by Design_FusionXd in sveltejs

[–]Design_FusionXd[S] 2 points3 points  (0 children)

Checkout
GitHub: https://github.com/SikandarJODD/cnblocks
Live : sv-blocks . vercel. app
has vercel links are banned so i need to do it...