ui icon indicating copy to clipboard operation
ui copied to clipboard

A cross-platform UI library written in V

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

I would like to display photos (*.jpg, .CR2, etc all that my Mac supports). Currently, the ui.picture does not support these (comes from gg I guess, that only supports .png...

enhancement

**V version:** 0.4.3 dbdd96f **UI version:** 459eb3b **OS:** Debian GNU/Linux **What did you do?** Minimal example: ```v import ui fn main() { mut row := ui.row() row.add(child: ui.label()) } ```...

bug

ui is missing a manifest, plPS D:\cppApp\vdemo> v install ui Scanning `ui`... Error 10057 sending data to server (1) Error performing handshake Error 10057 sending data to server (1) Error...

## Environnement **V version:** V 0.4.3 d577e54 **UI version:** 0.0.4 **OS:** Windows 10 ## What did you do? Here is my MWE: ```V import ui import ui.component as uic const...

bug

Hi, **V version: 0.4.2 ab4clf4** **UI version: latest** **OS: Win 10** **What did you do?** When resizing a CanvasLayout using a SplitPanel will resize (as I expect) the content; however,...

bug

Would be great if you could add the ability to customize the title bar with html, or just be able to customize it.

enhancement

**V version: 0.4.1** **UI version: 0.0.4** **OS: windows 10 64** **What did you do?** just copy and run the ui code in the Home page ![image](https://github.com/vlang/ui/assets/24279964/7c9168e5-6940-4841-bcd3-c228c7f96eba) and ram usage goes...

bug

**V version: V 0.3.3 e2daa84** **UI version: 0.0.4** **OS: Gentoo Linux** **What did you do?** ``` v install ui cd examples v run users.v ``` **What did you expect to...

bug

(Not sure whether this is a duplicate of #200, so just providing more detail). **V version:** 0.4.0 **UI version:** 0.4.4 **OS:** Windows 10 **What did you do?** Compiled and ran...

bug

**V version:** 0.4.0 **UI version:** 0.0.4 **OS:** Windows11 **What did you do?** Show Picture with a path contain Chinese **What did you expect to see?** show normal **What did you...

bug