Jumbotron

A beautiful element with button, icon and text.

local Jumbotron = PluginComponents.Component.Jumbotron.New()

.SetParent(Container)

.SetTitle("Title")

.SetDescription("Description")

.SetIcon("rbxassetid://2493746101")

.MouseButton1Click:Connect(function()

print("Click!")

end)

Inherited from BaseComponent

Last updated