Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Listbox #766

Merged
merged 34 commits into from
Apr 11, 2024
Merged

feat: Listbox #766

merged 34 commits into from
Apr 11, 2024

Conversation

zernonia
Copy link
Collaborator

No description provided.

@zernonia zernonia linked an issue Mar 18, 2024 that may be closed by this pull request
6 tasks
Copy link

cloudflare-pages bot commented Mar 18, 2024

Deploying radix-vue with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1b01251
Status: ✅  Deploy successful!
Preview URL: https://06a72526.radix-vue.pages.dev
Branch Preview URL: https://696-feature-listbox.radix-vue.pages.dev

View logs

get count() { return props.options.length },
get horizontal() { return rootContext.orientation.value === 'horizontal' },
estimateSize() {
return 28

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zernonia is this missing props.estimateSize. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Listbox
2 participants