LucasMZReal / TopbarPlus

Construct dynamic and intuitive topbar icons. Enhance the appearance and behaviour of these icons with features such as themes, dropdowns and menus.

Home Page:https://1foreverhd.github.io/TopbarPlus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

TopbarPlus is a module enabling the construction of dynamic topbar icons. These icons can be enhanced with features and methods, like themes, dropdowns and menus, to expand upon their appearance and behaviour.

TopbarPlus fully supports PC, Mobile, Tablet and Console, and comes with internal features such as 'overflows' to ensure icons remain within suitable bounds.

Creating an icon is as simple as:

-- Within a LocalScript in StarterPlayerScripts and assuming TopbarPlus is placed in ReplicatedStorage

local Icon = require(game:GetService("ReplicatedStorage").Icon)
local icon = Icon.new()

Ready to get started? Check out the docs here or see what it's like in the playground!

About

Construct dynamic and intuitive topbar icons. Enhance the appearance and behaviour of these icons with features such as themes, dropdowns and menus.

https://1foreverhd.github.io/TopbarPlus/

License:MIT License


Languages

Language:Lua 100.0%