VGUI - Advanced
Advanced components: Modal, ContextMenu, Card, ColorPicker
cLib.DModal
# cLib.DModal Modal dialogs with animations (Alert, Confirm, Prompt). ## Quick Functions ### Alert Simple notification with OK button. ```lua cLi...
cLib.DContextMenu
# cLib.DContextMenu Styled context menu with submenus and dividers. ## Quick Function ```lua cLib.ShowContextMenu(options, x, y) ``` ```lua cLib.S...
cLib.DProgressBar
# cLib.DProgressBar Animated progress bar with multiple styles. ## Basic Usage ```lua local progress = vgui.Create("cLib.DProgressBar", parent) pro...
cLib.DCard
# cLib.DCard Material Design cards with image, title, subtitle, and content. ## Basic Usage ```lua local card = vgui.Create("cLib.DCard", parent) c...
cLib.DTooltip
# cLib.DTooltip Custom tooltips for panels. ## Quick Function ```lua cLib.SetTooltip(panel, text, delay) ``` ```lua local button = vgui.Create("cL...