shyakadavis / geist

Svelte implementation of the Geist Design System by Vercel. (WIP)
https://geist.shyakadavis.me/
62 stars 6 forks source link

component: Calendar #55

Closed shyakadavis closed 1 day ago

github-actions[bot] commented 1 month ago
built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
geist ✅ Ready (View Log) Visit Preview d20046117d3daedcc039434fa48684a4a8df7d1e
shyakadavis commented 1 month ago

Combobox

Thus far, I'm not happy with this kind of structure. I would appreciate having a structure similar to Bits UI's menus.

i.e.

Root
    Trigger
    Content
        Lists

These are way more flexible in terms of styling and building features around. However, the combobox primitive from Bits UI seems lacking in some regards. Perhaps I overlooked some things, but I wanted to note this down because I wish to revisit and re-write at a later time.

One simple thing I keep thinking about is having slots for the Combobox.Trigger & Combobox.Content

shyakadavis commented 1 day ago

Closing in favour of #62