aframe-gui icon indicating copy to clipboard operation
aframe-gui copied to clipboard

Graphical User Interface Component Framework for A-Frame VR

Results 31 aframe-gui issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/32479175/162118703-75674477-bf1c-4fdc-a552-fe10d31f824f.png) The a-gui-button text not appearing, only shows this error above. It only works on AFRAME 1.0.3.

Αfter entering vr mode the background of gui containers disappears with aframe >=1.1.0

Using [Babylon GUI ](https://doc.babylonjs.com/divingDeeper/gui/gui#how-to-use-babylon-gui)I can align any [UI element](https://playground.babylonjs.com/#XCPP9Y#13) to the left, right, top or bottom of the screen. Can this component do the same?

I've spent a whole day trying to get text to display in an a-gui-input but it's just constantly blank no matter what I do, can you see where I'm going...

It seems that items can only be stacked vertically. If they could also be arranged horizontally in a single flex container, the package would be even more complete and recapitulate...

The component clutters the console with a lot of messages. It would be great if these could be toggled on and off

Hi there, I have just stumbled upon your GUI controls, they look really great and they would be really useful in my project. My project is in early development but...

I was hoping to use mixins to apply a "style" accross all ui elements but seems to be ignored. Is there another way to change defaults for font face, size,...

I have a button in my `index.html`: ```html ``` Trying to change its value as following has no effect: ```javascript const button = document.querySelector('#button'); button.setAttribute('value', 'Goodbye'); ``` Edit: The actual...

custom fonts and icons not drawing in time - the results are either missing fonts or box placeholders ![screenshot_2018-02-11-20-57-38](https://user-images.githubusercontent.com/347570/36081687-46e6b4a0-0f70-11e8-9339-bb0ac9da4ba8.png)