Idea: Allow accessing component context for better wrapper / composition support #1951
adriansyah-kadir
started this conversation in
Feature Requests / Ideas
Replies: 1 comment
-
|
Is there a reason why component context not exported? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @huntabyte (and team) — first off, huge thank you for Bits UI!
It's become one of my go-to headless libraries — clean, accessible, and very Svelte-native.
What I'm trying to do
I'm currently building a themed wrapper layer on top of Bits UI (inspired by HeroUI v3 — https://v3.heroui.com/) so the user get pre-styled, opinionated versions while still having full escape hatches
Example structure I want:
Right now i'm trying to implement SelectValue component which basically just render selected value so i was wondering if maybe i can use select root context like this
Beta Was this translation helpful? Give feedback.
All reactions