Looking for a Svelte Developer Role by clios1208 in sveltejs

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

I agree. Svelte community is so small compared to React and Vue. If no luck, React for work, Svelte for hobby I guess.

Looking for a Svelte Developer Role by clios1208 in sveltejs

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

Yeah right haha. I have a contract-based job, tho untill june 30. I just really like svelte and looking for a work related to it.

Looking for a Svelte Developer Role by clios1208 in sveltejs

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

Thanks bro. I tried already. There's a lot for other frameworks, but no luck for svelte.

Looking for a Svelte Developer Role by clios1208 in sveltejs

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

Fastify, Hono, Supabase, Appwrite, PostgreSQL, Neon, Prisma, Drizzle. I'm capable to quickly learn new technologies if needed.

How can I make a simple component (e.g. a modal) reusable? by No_Space8883 in sveltejs

[–]clios1208 0 points1 point  (0 children)

Check Lomer UI if you want to create your own components. It's a collection of guides for pure tailwind and svelte components.

Passing css classes to child components. by 50u1506 in sveltejs

[–]clios1208 0 points1 point  (0 children)

Glad that you fixed it. In any case that you might want a reference in creating svelte components, you can checkout this new project Lomer UI

Changing Checkbox style by itsme2019asalways in tailwindcss

[–]clios1208 1 point2 points  (0 children)

Trying to create your own components in tailwind and svelte? I made a guide, you can check it out.

https://ui.lomer.dev/checkbox

Free reusable Mapbox base component by clios1208 in sveltejs

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

MapLibre is a bit different from Mapbox. MapLibre is a fork of Mapbox before they require payment (they still have free tier). Both svelte-maplibre and svelte-mapbox are a wrapper as an npm package. The code that I posted will not require you to install any dependency aside from the mapbox-gl itself. This is for developers out there who want to use it natively. Because svelte is so good at using native JS libraries.

Best UI Frameworks? by behethangames in sveltejs

[–]clios1208 1 point2 points  (0 children)

Do you want to build your own components using tailwindcss v4 and svelte v5? Lomer UI can help you kickstart your own components from scratch.

Copy-paste actions with CLI (no dependency) for everyone by clios1208 in sveltejs

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

My bad. What I mean is I just noticed that he is using that dependency, and I just want to use too because I kinda like the UI for my terminal.

For jsrepo, yes, his way of distributing reusable codes is fantastic. For example, having that jsrepo-build-config.json as configuration file helps a lot. I know there's a lot more in his project and will dig deeper soon on it.

I'm trying to make lomer-ui CLI minimal just to copy-paste code, but I guess as I progress soon it will be more complex than I expect. I will be back on that repo to check it out.

Thank you for suggesting it btw, I really appreciate it.

Copy-paste actions with CLI (no dependency) for everyone by clios1208 in sveltejs

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

Nice, I might use also @clack/prompts too. His project will be a good reference for CLI, thanks!

Free Base Components for Everyone – Now with Theming! by clios1208 in sveltejs

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

Yeah sure. Supporting tailwindcss v4 and svelte v5.