Artem
Artem
Adds Valve Index to a list of emulateable devices
Hello! I'm trying to make simple test with custom host component. I've made a few tries, but it doesn't work: ` No component factory found for undefined. Did you add...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...
Current functionality lack an ability to set styles for an element to fill all the remaining space. It would be great to introduce some analogue of "flex-grow" property so element...
See repro here: https://stackblitz.com/edit/vitejs-vite-eafhmw?file=src%2Fmain.tsx And the recording: https://github.com/pmndrs/uikit/assets/9379701/81269900-f3d8-433c-92d5-a8828a915bf6 To reproduce, you should load you system (I've opened a bunch of tabs and enabled 6x CPU throttling). Then click on the...
Add ability to show controller without xr inputsource TODO: - [ ] Rename and move UnboundController from controller.tsx - [ ] Add ability to pass gamepad state (maybe in next...
https://stackblitz.com/edit/vitejs-vite-wpt5z1pg?file=package.json Click red square a few times. You'll see that images load almost simultaneously, and after a few clicks it works the same. Now bump all deps in package.json from...
I guess it could be related to #117. When I remount some containers, I sometimes get an error: Uncaught RangeError: offset is out of bounds. It happens on [this](https://github.com/pmndrs/uikit/blob/main/packages/uikit/src/panel/instanced-panel-group.ts#L138) line....
The motivation is to be able to decorate the input with prefix / suffix elements (like icon before the text field or input clear button) and still be able to...
Please see the repro: https://codesandbox.io/p/sandbox/optimistic-buck-k6hfqz If you click either blue or green square, the click work as intended. If during clicking you slide you pointer on the blue square for...