Floating UI Svelte announcement!

Поделиться
HTML-код
  • Опубликовано: 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 Месяц назад +5

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

  • @roycrippen9617
    @roycrippen9617 Месяц назад +4

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

  • @igamerxd8450
    @igamerxd8450 Месяц назад +1

    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

  • @sephyshen2510
    @sephyshen2510 Месяц назад +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 Месяц назад

    Exciting stuff! Floating UI looks really nice 😮

  • @zBrain0
    @zBrain0 Месяц назад

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

  • @MrAliexPrime
    @MrAliexPrime Месяц назад

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

  • @xdaniels13
    @xdaniels13 Месяц назад

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

  • @mikejohneviota9293
    @mikejohneviota9293 Месяц назад

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

  • @dogoku
    @dogoku Месяц назад

    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  Месяц назад

      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.

  • @ramimurad3486
    @ramimurad3486 Месяц назад

    I love your work man, keep it up

  • @nickaguirre2196
    @nickaguirre2196 Месяц назад

    this is badass man!!!

  • @gregbuildstech-cn3cg
    @gregbuildstech-cn3cg Месяц назад

    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  Месяц назад +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 Месяц назад

      ​@@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.

  • @pile_of_kyle
    @pile_of_kyle Месяц назад

    Video starts at 1:45

  • @FlintBits
    @FlintBits 28 дней назад

    seems like a lot to abstract away popover

    • @skeletonlabs
      @skeletonlabs  28 дней назад

      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.