ui icon indicating copy to clipboard operation
ui copied to clipboard

Commonly used UI components for PixiJS

Results 29 ui issues
Sort by recently updated
recently updated
newest added

in pixi v8 there is the get/set size functions that allow you to set both the width and height at the same time which is a bit more optimised than...

**Please Describe The Problem To Be Solved** It would be a nice addition if DisplayObjects were more type-friendly when it comes to handling children. Pixi itself does that with `Container`....

enhancement

**Please Describe The Problem To Be Solved** - There are cases when one might need slider to be vertical (changing angle breaks other things) - Slider does not support steps...

enhancement

`step` option for Slider is not supported in v1.1.3 ### Expected Behavior `step` should be configurable and work as expected ### Current Behavior Object literal may only specify known properties,...

bug

Using pixi v8.3.4 and ui v2.1.5, when trying to use a nineslicesprite bg for an Input , it fails with a console warning: NineSliceSprite can not be used with views...

bug

Allow Texture instances to be supplied as an option for: - `FancyButton` views - `ProgressBar` background and fill - `Input` background

**Please Describe The Problem To Be Solved** For my application, I'm adding several hundred elements to Containers. Each of these Containers represents a line displayed in the ScrollBox component. Problem:...

enhancement

![Screenshot 2567-09-16 at 11 39 03](https://github.com/user-attachments/assets/3d9124c8-46dc-4833-b120-fe56e2653d46) I press shift on keyboard double text 'AAAAA' ### Expected Behavior ### Current Behavior ### Possible Solution ### Steps to Reproduce ### Environment -...

bug

**Please Describe The Problem To Be Solved** Right now, input mask seems to be disabled by default. As a result, input text overlaps input as it grows. This seems to...

enhancement