I Tried Every Svelte UI Library

Sdílet
Vložit
  • čas přidán 2. 08. 2024
  • List of Svelte UI libraries.
    🔴 Patreon: / joyofcode
    𝕏 Twitter: / joyofcodedev
    💬 Discord: / discord
    🔥 Uses: www.joyofcode.xyz/uses
    🔗 Svelte UI Libraries: joyofcode.xyz/svelte-ui-libra...
    🔖 Timestamps
    0:00 Intro
    0:37 Melt UI
    4:49 Bits UI
    7:55 Skeleton UI
    9:45 Flowbite Svelte
    11:13 shadcn-svelte
    13:37 Material Design
    14:40 Framework Agnostic
    17:36 Honorable Mentions
    20:42 Outro
    #joyofcode #sveltekit #svelte

Komentáře • 107

  • @skeletonlabs
    @skeletonlabs Před 5 měsíci +153

    Thanks for the kind words and shoutout! Skeleton is privileged to appear alongside so many great options, with Melt from Thomas, Bits from Hunter, and Flowbite Zoltan and his crew. Please go check out their awesome projects! And keep an eye out for the next major version of Skeleton in the near future! It's going to be a huge leap forward with a ton of improvements. Matija, it won't be legit until you cover it of course. In the meantime, keep up the great work bud! 👍

    • @DaviiRolim
      @DaviiRolim Před 5 měsíci +2

      All my apps I build using skeleton, it would be awesome if it's easier to upgrade for the new version when it comes out. Looking forward to it.

    • @sledgex9
      @sledgex9 Před 5 měsíci +1

      I wonder if it is practical you use Skeleton for their theming/design system and bits/melt for the component system.

    • @eternalsoma
      @eternalsoma Před 5 měsíci +1

      Thanks to you, for making such good UI

    • @skeletonlabs
      @skeletonlabs Před 5 měsíci +6

      @x9 I'm actually very keen to try this in v3, our next version. We're moving a lot of core features to our Tailwind plugin, which means you will be able to take the Skeleton theme system, Tailwind elements, our superset of utility classes, etc. and then apply them to any framework (or no framework at all). Which means there's potential to pair with Melt (or perhaps bits). I'm very excited to try it out honestly!

    • @heyjitendra
      @heyjitendra Před 5 měsíci +1

      Skeleton is awesome for svelte. I really like the theme functionality

  • @Huntabyte
    @Huntabyte Před 5 měsíci +75

    Great breakdown my friend! 🫡

    • @JoyofCodeDev
      @JoyofCodeDev  Před 5 měsíci +2

      Thank you! 🙇

    • @BrentMalice
      @BrentMalice Před 5 měsíci +3

      o7 ty for ur service

    • @sledgex9
      @sledgex9 Před 5 měsíci +1

      I wonder if it is practical you use Skeleton for their theming/design system and bits/melt for the component system.

    • @user-fk7gb2mq7w
      @user-fk7gb2mq7w Před 5 měsíci +1

      Another of my favourite CZcams channels. Shout out to huntabyte

    • @Capsmagick
      @Capsmagick Před 3 měsíci

      I use shadcn-svelte for my projects

  • @PavelStianko
    @PavelStianko Před 5 měsíci +37

    We are using Bits UI for all our projects 🥰

    • @Huntabyte
      @Huntabyte Před 5 měsíci +7

      Pavel also designed all the example components for Bits UI and the docs and is a brilliant designer!

    • @andrebyte
      @andrebyte Před 3 měsíci +1

      @@Huntabyte I loooove the structural design choices that were made when porting to shadcn-svelte and Bits UI. I'm newer in this space, and something about what you've done here has made UI libraries make so much more sense in my head.

  • @SheeceGardazi
    @SheeceGardazi Před 5 měsíci +2

    Quality stuff as always, always lookin gforward to your next video :)

  • @SGMAWLF
    @SGMAWLF Před 2 měsíci

    cool channel, thanks for putting in the work to save me time hunting down options for my next svelte project!

  • @mikelchannel4080
    @mikelchannel4080 Před 5 měsíci

    I’m just checking out svelte to build an idea and I can’t seem to find many svelte related videos. These videos are really good, keep it up!! 👍🏼💪🏼

  • @Noxstrix
    @Noxstrix Před 5 měsíci +3

    Thanks for taking the time to break all of this down. It would be fantastiawesome if you could do a video on MeltUI

  • @Loui3Hunna
    @Loui3Hunna Před 5 měsíci +4

    I would love a dedicated video on Melt and how you can bring your own stores and the best practices for state management

  • @r4rmas
    @r4rmas Před 5 měsíci +4

    melt looks amazing 👌🏼

  • @nyrox5292
    @nyrox5292 Před 4 měsíci

    great overview! thank you🤠

  • @wahhabb
    @wahhabb Před 5 měsíci +4

    Thanks for another great presentation. I will take advantage of your invitation to comment on Tailwind. IMO, Tailwind was written to solve a problem which Svelte solves better and more elegantly, and therefore we don't need (and lose value) when we combine Tailwind with Svelte. In complex web projects, you become afraid to change any CSS, because a change can have ripple effects elsewhere. So Tailwind essentially eliminates the cascade. It does this at the cost of effectively making you learn a replacement language for CSS and of lots of verbosity in your HTML. The whole benefit of CSS, of separating content from style, is lost.
    Svelte, OTOH, keeps the useful part of the cascade, i.e. not having to duplicate classes ad nauseum, while solving the side effect problem by having CSS in one component not apply to other components. You still get the separation of content from style; you can have a file of global styles as well as the local ones; the result is far less verbose and uses the CSS you already know. For those reasons and more, I am opposed to using Tailwind with Svelte.

  • @BhideSvelte
    @BhideSvelte Před 5 měsíci +1

    Yessssss please make a seperate video on how to build our own components using MELT UI

  • @tahafiroz1370
    @tahafiroz1370 Před 5 měsíci +4

    That Shadcn - ShadCDN confusion hit right home for me

  • @guillaume_s
    @guillaume_s Před 5 měsíci +2

    Carbon even if it isn't the most beautiful one, is actually really useful when you want a business-looking application. The Carbon library has a lot of complex Svelte components that other libraries doesn't have. Imo it's the best choice when you don't care about the design that much but want to save time with advanced UI.

  • @lasarkolja9692
    @lasarkolja9692 Před 5 měsíci +1

    Yes please a detailed video about MeltUI 🥰

  • @mhamrah
    @mhamrah Před 5 měsíci +3

    Would love to see a video on bits and melt!

  • @zhanezar
    @zhanezar Před 5 měsíci +1

    melt ui is really amazing , like really well done ,

  • @rakebullet5200
    @rakebullet5200 Před 5 měsíci +2

    I ended up using Skeleton. It has been a nice experience. I think getting a complementary light and dark theme is a bit harder, it would be nice to be able to override in the theme editor maybe? I also looked at Flowbite Svelte back then, but it was not fully developed and DaisyUI wasn't as nice to use as Skeleton in my opinion.

  • @zBrain0
    @zBrain0 Před 5 měsíci

    I didn't realize there was that many. Pretty cool Rundown.

  • @OldKing11100
    @OldKing11100 Před 5 měsíci +7

    I think PicoCSS (especially V2) is underrated, but maybe it's for my use case only. I work with SvelteKit and Golang(templates + HTMX) and both projects are completely separate; being able to interop css between two vastly different projects using what is essentially plain CSS is a huge win if you can't live in Node 100%. The trade off is of course that you have to learn basic CSS.

    • @JoyofCodeDev
      @JoyofCodeDev  Před 5 měsíci +2

      I love Pico! 😄

    • @kimeiga
      @kimeiga Před 5 měsíci

      I'll have to check out pico! I actually built Bahunya.css back in uni but the quality of classless css frameworks have gotten way better over the years so i need to make mine better methinks. Pico looks really good for only having 10 classes

  • @user-fk7gb2mq7w
    @user-fk7gb2mq7w Před 5 měsíci

    Lovely ❤

  • @thomaspais1873
    @thomaspais1873 Před 5 měsíci +4

    A video on melt ui will be really great. I find it difficult when you start mixing the components for exemple a combobox in a dialog.

    • @daleryanaldover6545
      @daleryanaldover6545 Před 5 měsíci

      just rename the root element of both component instances using spread operator:
      const {
      element: { root: dialogRoot }
      } = createDialog()
      const {
      element: { root: comboboxRoot }
      } = createCombobox
      then you can proceed using the renamed root inside a single file.

  • @winterwolf3659
    @winterwolf3659 Před 5 měsíci +4

    PaperCSS components for Svelte, is also an awesome ui library with an paper drawn look.

    • @adamshand
      @adamshand Před 4 měsíci +1

      thanks, didn't know about papercss!

  • @0791679
    @0791679 Před 5 měsíci +2

    Yes Please do a video of Melt UI

  • @Gabriel-ch7sx
    @Gabriel-ch7sx Před 5 měsíci +1

    It'd be awesome if there was a library as complete as AnyDesign for Svelte. Someone started to build such library a few years ago but it's abandoned.

  • @faithsroad9657
    @faithsroad9657 Před 8 dny

    I am really liking Svelte-UX

  • @JoopVanDeWege
    @JoopVanDeWege Před 5 měsíci

    Hi, nice video, learned quite a bit about Svelte UI libraries. I have one question: What browser en tab extension are you using?

  • @user-lq7xz1th4x
    @user-lq7xz1th4x Před 5 měsíci

    I would love to see a video about the Melt UI

  • @Serizon_
    @Serizon_ Před 5 měsíci

    I can say that using daisyui is starting to make a lot more sense to me because its agnostic so i could use it with htmx as well but melt and shacn svelte are really good
    These vids are really well made , i dont sub much or like that often but this is really good so i actually subscribed and liked the video
    Cheers
    Also I really like the agnostic framework list including open props , I was wondering if I could use open props with daisyui?

  • @makezdtem
    @makezdtem Před 5 měsíci +2

    DaisyUI is awesome!

  • @garybruce
    @garybruce Před 5 měsíci

    Super insightful as ever! Is there a CSS version of shadcn-svelte or are we basically looking at Bits-UI. Thanks again

  • @jaymason7097
    @jaymason7097 Před 3 měsíci

    I think there are some patterns that we can use in svelte 5 that will make for a better headless UI library than melt. The method that they used was good, but now with svelte 5 it is a bit of a hacky api I think. Looking forward to see what the community comes up with using svelte 5.

  • @anxpara
    @anxpara Před 5 měsíci +1

    when i tried Skeleton UI a long time ago, its project creation script installed (by default) a strange app layer that broke the way the site's body behaved (i don't remember exactly what the app layer was called, or what exactly it broke). i bailed on it cause of that and a couple other annoyances

    • @sebascoding
      @sebascoding Před 5 měsíci +1

      You probably selected the template with the App Shell. But you can easily remove it if it's not what you need, it's just a layout component, or select the barebones template.

    • @anxpara
      @anxpara Před 5 měsíci +1

      @@sebascoding yeah i went through the cli wizard again and deselected it. Just wasn't impressed with skeleton overall and melt looked more appealing for my workstyle

  • @ishaanmalhotra3008
    @ishaanmalhotra3008 Před 5 měsíci +1

    I tried Melt UI, looks great! And I agree with you on Material. It looks old, dated. I find it boring now, seen too much of it on Google related stuff.

  • @Jeff-co.
    @Jeff-co. Před 2 měsíci +1

    I'm sorry, but Carbon UI is the most professional looking. Has all the components you need, looks clean and to the point. Events, data bindings and all that fluff is up to the framework and how you code things out. UI component libraries are just that, UI components.

  • @carbogninalbertp
    @carbogninalbertp Před 5 měsíci

    Shadcn-svelte is based on melt UI, i have to say that if you need quick components it's the most complete library

  • @BrentMalice
    @BrentMalice Před 5 měsíci

    I just learned about Tailwind component kits, and now im confused and wondering why these exist. I guess they just give me more specific behavior and technical stuff that i can do outside of just the base visual framework and base ability so i should probably take the tailwind "blocks' and then redo them with svelte components, if i want to have the Pick-A-Part web design approach from a larger library.

  • @nyashachiroro2531
    @nyashachiroro2531 Před 5 měsíci +1

    Man Huntabyte is a beast
    🔥🔥🔥

  • @towbeewee
    @towbeewee Před 5 měsíci

    Great, thanx for the collection. What about the performance of these Libraries?

  • @itsmu1x
    @itsmu1x Před 5 měsíci +1

    Dude what's ur browser? Or these tabs are an extensions?

    • @viwatch
      @viwatch Před 5 měsíci +1

      Brave browser brou

    • @7heMech
      @7heMech Před 5 měsíci

      Common Brave browser W, it's a super chad browser, once you take a min to hide and disable the crypto stuff if you're not interested in them.

  • @deniztb4192
    @deniztb4192 Před 5 měsíci +3

    Can we use DaisyUi with Melt-ui? 🤔🤔🔥🔥

  • @ryan_roga
    @ryan_roga Před 5 měsíci

    3:40 I agree. I was thinking it would be nice to have tabs for levels of complexity. More examples are always better IMHO. Show people the full extent of what's possible, but start at the most very basic implementation.

  • @dlongodesign7026
    @dlongodesign7026 Před 5 měsíci

    Everything I wanted to use still V.0 and not ready for production…😢

  • @shakirali3647
    @shakirali3647 Před 5 měsíci +1

    Can you showcase Melt UI in it's own video please?

  • @MauritsWilke
    @MauritsWilke Před 5 měsíci

    What is your browser? Arc?

  • @upsxace
    @upsxace Před 5 měsíci +1

    I think it will still take a while to have any UI library that compares to the React ones in Svelte, but I'm really happy that some good ones are actually starting to appear now!
    I will start doing stuff with svelte as soon as Svelte 5 is released

  • @piyushere
    @piyushere Před 2 měsíci

    came here after, "guys how cool is this"

  • @yikesawjeez
    @yikesawjeez Před 4 měsíci

    i love that this comments section is just wholesome nerds being excited about the things all the other nerds made 😊

  • @johntierney3353
    @johntierney3353 Před 5 měsíci +1

    Keeping going back to Daisy UI. Started using Skeleton but ran into problems with their utility components - Drawers, Modals and Toasts. All three of those use the "singleton pattern" and hand problems with displaying the correct date when displaying dynamic data from different pages. Ended up ripping out Skelton. Playing around with shadcn and my biggest problem is figuring out how to customize the components. Like how to turn the Menu component from horizontal to vertical. Hopefully it's a learning curve thing.
    The problem with all of these UIs is until you build a big project, you don't find the weaknesses .

  • @necmettinb
    @necmettinb Před 5 měsíci +3

    I would like to see you talk on carbon-svelte

    • @MoreSlater
      @MoreSlater Před 5 měsíci

      He said: czcams.com/video/qyG-xWjNZKU/video.htmlsi=FegNOs-p_NrRPUbT 😂

  • @sadunozer2241
    @sadunozer2241 Před 5 měsíci

    The amount of work required is acceptable for me only in either Pico or Skeleton.

  • @fcnealvillangca7943
    @fcnealvillangca7943 Před 4 měsíci

    we need a tutorial on how to crop image and send it to form action maybe svelte-easy-crop tutorials 😢😢

  • @jonahfoxy
    @jonahfoxy Před 5 měsíci

    what do you use ?

  • @coderentity2079
    @coderentity2079 Před 5 měsíci +1

    The winner is: bits ui + pico css

  • @dennismwangi4438
    @dennismwangi4438 Před 5 měsíci

    skeleton works for me.

  • @rubnvaz
    @rubnvaz Před 5 měsíci

    Dedicated video for Melt please 😊

  • @RicanSamurai
    @RicanSamurai Před 5 měsíci

    ez pz

  • @thederpykrafter
    @thederpykrafter Před 4 měsíci

    Something about most of the svelte ui libraries having almost identical websites makes me not want to use them

  • @laztheripper
    @laztheripper Před 5 měsíci +3

    All of this is just way too much. Every single element in a Select in all of these will try to grab multiple contexts because they all depend on melt-ui in the end (getContext() is actually pretty slow). That's because shad depends on bits-ui, and bits-ui depends on melt-ui, and on top of that they do Tailwind CSS class processing during runtime, cause of course they couldn't just do regular (performant) svelte style css.
    The amount of code that has to run here is incredible, and it makes a simple select with a couple thousand items lock up the entire window.
    So I wrote my own, and accessibility was the easiest part by far. So if that's what is keeping you from making your own, just do it.

    • @kimeiga
      @kimeiga Před 5 měsíci

      this was interesting; did not know that melt powers bits powers shadcn/svelte. Would you mind sharing how you built your own? Sounds like you could publish a better library than them haha

  • @KHe3CaspianXI
    @KHe3CaspianXI Před 5 měsíci +6

    bro teach me new svelte 5

  • @kimeiga
    @kimeiga Před 5 měsíci

    this is a super useful video thank you!
    i actually don't think carbon looks that bad ahah ^^;;

  • @phillbaska
    @phillbaska Před 5 měsíci +3

    Why do you not have to say alot about carbon svelte? is it supposed to be obvious of how good or bad this UI is?

    • @EnricoSacchetti
      @EnricoSacchetti Před 5 měsíci

      It's a great library for when you need to make CRUDs or internal facing applications quickly and accessibly; without requiring brand consistency.
      It definitely felt more like a mention than an "honourable mention", likely because it doesn't have comprehensive backing from IBM. Check out the repo discussions and announcements for more details.

    • @danko95bgd
      @danko95bgd Před 5 měsíci

      I used it, autocomplete has issues when you have many items in list, it becomes super slow and starts lagging.
      Table is not responsive.
      Overall has many of those small annoyances where components are lacking few details or props for certain things if you want to customize it and so on

  • @cis84muz
    @cis84muz Před 5 měsíci

    That's pity that their code isn't in Svelte 5 yet

  • @Terr590
    @Terr590 Před 5 měsíci

    Whoever smelte it, delt it

  • @BrentMalice
    @BrentMalice Před 5 měsíci +1

    imgoingtowriteanentirefreakingnovelin1linebecauseithinkhittingenterlowersefficiency-wind

    • @BrentMalice
      @BrentMalice Před 5 měsíci

      it only took me 11 days to realize im stupid. new record

  • @morespinach9832
    @morespinach9832 Před 3 měsíci +1

    All based on the clutter of tailwind "CSS". Dozens of tags for a simple button. Stupid to see this dumb concept being perpetuated...

  • @michaelcuneo9746
    @michaelcuneo9746 Před 3 měsíci

    I need to have a look at MELT... every other UI component you've listed here is a bit hmm... unused? What about SMUI? Everything you've mentioned here is so messy and gross... Skeleton UI was one of the worst things I have ever tried to set up... shadcn-svelte wasn't even worth a mention, the only useful one I've ever found to actually do everything without the mess and rubbish was SMUI. All of the UI component libraries that you have suggested here defeat the purpose of component containers... Svelte was designed to do away with the crap that comes with absolutely terrible shit like Tailwind... but you're kinda defeating all of that by stuffing tailwind back in. For Svelte and other zero day frameworks... Tailwind needs to die.

  • @danko95bgd
    @danko95bgd Před 5 měsíci +4

    And they all suck

  • @algo-wave
    @algo-wave Před 5 měsíci +1

    BreakwindCSS 🍑🌪

    • @siyedyoussef3202
      @siyedyoussef3202 Před 5 měsíci

      If we could back in time to change the time branch to write more scss than tailwind

  • @BhideSvelte
    @BhideSvelte Před 5 měsíci

    I love Melt UI, Bits UI, Shadcn Svelteee a lottttt