General
General information that you should know
How to include pui?
local pui = require "neverlose/pui"local ui = require "neverlose/pui"Perfect strings or pui.string(s)
pui.string(s)Control character
Description
Gradients
group:label("\bFF0000\b00FF00[Happy new year!] Wish you all the best!")
group:label("\bFFFFFFFF\bFFFFFF00[Fadeeeeeeeeeee]")Icons
group:label("\f<cog> Settings")
group:label("\f<palette> Colors")Combination of some of the features
pui.sidebar("\vPerfect example")
local rage = pui.create("\v\f<skull>\r Rage")
local misc = pui.create("\v\f<cog>\r Misc")
pui.colors.attention = color("#DADE6B")
local enable = rage:switch("\a[attention]Master switch")
local combo = misc:combo("\f<cog> Current tab")
local label = misc:label("\b24AA24\bFFFFFF[The Green Years]")pui.find(..., *children)
pui.find(..., *children)pui.create(tab, name, align) or pui.create(tab, groups)
pui.create(tab, name, align) or pui.create(tab, groups)pui.translate(text, translations)
pui.translate(text, translations)Last updated