Floating UI Svelte announcement!

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ค. 2024
  • View the full announcement:
    github.com/skeletonlabs/float...
    Links:
    - Website: floating-ui-svelte.vercel.app/
    - GitHub: github.com/skeletonlabs/float...
    Interested in contributing? Reach out on the "#floating-ui-svelte" channel on the Skeleton Discord: / discord
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 19

  • @truetypetheory
    @truetypetheory 25 วันที่ผ่านมา +4

    That's awesome! thank you for the hard work. I love using skeleton for my projects. I'm excited.

  • @roycrippen9617
    @roycrippen9617 22 วันที่ผ่านมา +2

    Skeleton has been my go-to at work. Thanks for all your hard work

  • @sephyshen2510
    @sephyshen2510 23 วันที่ผ่านมา +1

    thanks for your work on Skeleton. The Skeleton is so awesome and the most beautiful UI compared to other Svelte UI libraries.

  • @isaacdruin
    @isaacdruin 25 วันที่ผ่านมา

    Exciting stuff! Floating UI looks really nice 😮

  • @igamerxd8450
    @igamerxd8450 25 วันที่ผ่านมา

    Love you man, amazing creator!! Love you and your library and your code! Great work and admiration! Thank you for supporting and creating such a amazing library

  • @zBrain0
    @zBrain0 20 วันที่ผ่านมา

    This looks really cool. Sharing to everybody I know that might be interested

  • @dogoku
    @dogoku 20 วันที่ผ่านมา

    Great library. I really like the theming layer. As someone who built multiple design systems and theming layers throughout the years, I can see this looks simple but is in fact very well thought through. Do you have a headless version of your components?

    • @skeletonlabs
      @skeletonlabs  20 วันที่ผ่านมา

      Thanks for the kind words! In our upcoming v3 release, components are generated in such as way that they technically be used headless. They'll still have all the Tailwind and Skeleton primitive styles built in, but you'll have access to adjust or override them via an expanded set of style props for utility classes, or via more traditional CSS if you prefer. I won't say it's the easiest way to go, but it will be technically possible.

  • @MrAliexPrime
    @MrAliexPrime 25 วันที่ผ่านมา

    Chris you and the team are legends, I use skeleton in every project i do now, keep it up man!

  • @xdaniels13
    @xdaniels13 25 วันที่ผ่านมา

    I love my skeleton Labs ui. Thanks for all the hard work

  • @mikejohneviota9293
    @mikejohneviota9293 13 วันที่ผ่านมา

    omg this dude save me i was using skeleton for so long before shadcn came

  • @ramimurad3486
    @ramimurad3486 22 วันที่ผ่านมา

    I love your work man, keep it up

  • @gregbuildstech-cn3cg
    @gregbuildstech-cn3cg 20 วันที่ผ่านมา

    Any idea what the migration from Skeleton v2 to v3 will be like? Was just going to start my first project with Skeleton, but if v3 is a rewrite, I might just wait...

    • @skeletonlabs
      @skeletonlabs  20 วันที่ผ่านมา +2

      We won't generate a migration guide until we have a full picture of everything that will or has changed. That said, there are some substantial changes. This will be the true definition of a "major breaking change", due in part because we're writing every component for Svelte 5. There's a lot that needs to change under the hood for this to happen (for the better!). I'd recommend comparing the v2 to v3 docs to see what's changed specifically on a feature-by-feature basis and especially around themes: next.skeleton.dev/

    • @gregbuildstech-cn3cg
      @gregbuildstech-cn3cg 19 วันที่ผ่านมา

      ​@@skeletonlabs Thanks! Sad to see app shell is deprecated. I can see why it's maybe not best practice, but it seems like a really quick easy way for us backend devs to get a passable layout on the page without spending hours fighting with grids and flexboxes.

  • @nickaguirre2196
    @nickaguirre2196 20 วันที่ผ่านมา

    this is badass man!!!

  • @pile_of_kyle
    @pile_of_kyle 25 วันที่ผ่านมา

    Video starts at 1:45

  • @FlintBits
    @FlintBits 11 วันที่ผ่านมา

    seems like a lot to abstract away popover

    • @skeletonlabs
      @skeletonlabs  11 วันที่ผ่านมา

      Hey Flint, we think of Floating UI Svelte as an intermediate abstraction of Floating UI. We expect folks will be keen to handle their own local abstraction around the primitives we provide to handle, creating dedicated components for popovers, tooltips, modals, context menus, and more.