This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-10
Channels
- # announcements (4)
- # babashka (40)
- # beginners (39)
- # calva (16)
- # cljdoc (1)
- # cljs-dev (8)
- # clojure (72)
- # clojure-europe (10)
- # clojure-losangeles (1)
- # clojure-nl (4)
- # clojure-spec (9)
- # clojure-uk (12)
- # clojurescript (16)
- # community-development (15)
- # conjure (5)
- # cursive (5)
- # datomic (26)
- # eastwood (1)
- # emacs (7)
- # events (1)
- # figwheel-main (15)
- # fulcro (27)
- # graphql (7)
- # gratitude (4)
- # introduce-yourself (1)
- # malli (4)
- # meander (4)
- # off-topic (2)
- # other-languages (13)
- # polylith (7)
- # reagent (5)
- # reitit (5)
- # shadow-cljs (27)
- # spacemacs (4)
- # sql (3)
- # tools-deps (6)
- # xtdb (13)
Is it possible and if possible is there a recommended way to fully use https://headlessui.dev/ in Reagent?
I found headlessui-reagent
which supposedly provides reagent wrappers, but exactly why I should use it is not clear to me.
I would prefer not to add yet another dependency without understanding what benefits it gives me. Also I guess that would have to wait for headlessui-reagent
everytime a new version of Headless UI gets out.
I am very inexperienced in frontend (both JS and cljs), but Headless UI seems to be really cool.
do you have an example or two to show off... I can't seem to figure out how to use stuff like "render props" (`active`) with i.e. the Listbox.Option
We had trouble using Headless UI on our cljs project as well so now using https://www.radix-ui.com/ which has a lot more components and flexibility
Interesting