VGUI - Basic
Basic UI components: Frame, Button, Label
cLib.DFrame
# cLib.DFrame Styled frame window with header, close button, and optional blur effect. ## Basic Usage ```lua local frame = vgui.Create("cLib.DFrame...
cLib.DButton
# cLib.DButton Styled button with hover/press states and optional icon. ## Basic Usage ```lua local btn = vgui.Create("cLib.DButton", parent) btn:S...
cLib.DAnimatedLabel
# cLib.DAnimatedLabel Label with typewriter animation effect. ## Basic Usage ```lua local label = vgui.Create("cLib.DAnimatedLabel", parent) label:...