alpha
Login
or
Join now
lukebennett.dev
/
luke-ui
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/lukebennett88/luke-ui.
luke-ui.netlify.app/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
luke-ui
/
packages
/
@luke-ui
/
react
/
src
/
combobox-field
/
primitive
/
at
dialog
13 files
Luke Bennett
Rebuild styling entrypoints and add Box (#119)
19d ago
b4418fc1
clear-button.tsx
Rebuild styling entrypoints and add Box (#119)
2 weeks ago
control.tsx
Rebuild styling entrypoints and add Box (#119)
2 weeks ago
empty-state.tsx
Rebuild styling entrypoints and add Box (#119)
2 weeks ago
index.tsx
Migrate Combobox to the new theme (#114) * Migrate Combobox to the new theme * Address Combobox review feedback * Polish combobox theme previews * Fix Combobox option hover contrast
2 weeks ago
input.tsx
Rebuild styling entrypoints and add Box (#119)
2 weeks ago
item.tsx
Rebuild styling entrypoints and add Box (#119)
2 weeks ago
listbox.tsx
Rebuild styling entrypoints and add Box (#119)
2 weeks ago
popover.tsx
Rebuild styling entrypoints and add Box (#119)
2 weeks ago
root.tsx
Rebuild styling entrypoints and add Box (#119)
2 weeks ago
section.tsx
Rebuild styling entrypoints and add Box (#119)
2 weeks ago
size-context.tsx
refactor: propagate combobox size from primitive root (#44)
1 month ago
trigger.tsx
Rebuild styling entrypoints and add Box (#119)
2 weeks ago
use-visual-viewport-vars.ts
Measure the fixed containing block for the tray keyboard inset (#92) On iOS Safari window.innerHeight tracks the visual viewport, so it shrinks with the on-screen keyboard and the keyboard inset collapsed to ~0, leaving the tray cut off behind the keyboard. Measure the fixed-position containing block directly with an inset: 0 probe element instead, which is correct regardless of how a browser reports toolbar and keyboard geometry. Refs #91
3 weeks ago