PluginComponent
  • Home
  • Get started
    • Get started
    • Callback event
    • BaseComponent
  • Components
    • Input
    • Jumbotron
    • Button
    • Container
  • AddProperties
    • Text
    • BackgroundColor
    • Padding
  • Extra functions
    • Validate
    • Color
  • Created with PluginComponent
Powered by GitBook
On this page
  1. Components

Jumbotron

A beautiful element with button, icon and text.

PreviousInputNextButton

Last updated 3 years ago

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

.SetParent(Container)

.SetTitle("Title")

.SetDescription("Description")

.SetIcon("rbxassetid://2493746101")

.MouseButton1Click:Connect(function()

print("Click!")

end)

Inherited from

BaseComponent