# Jumbotron

![](https://670934291-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNRpFZNVnh0tWsT6G3IxG%2Fuploads%2FHJcDDNrDop3KJhRK4OIq%2Fimage.png?alt=media\&token=9e384a92-86c8-47a7-bdab-c6f5253c2719)

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

`.SetParent(Container)`

`.SetTitle("Title")`

`.SetDescription("Description")`

`.SetIcon("rbxassetid://2493746101")`

`.MouseButton1Click:Connect(function()`

`print("Click!")`

`end)`

<br>

### **Inherited from** [**BaseComponent**](https://destplay.gitbook.io/plugin-components/get-started/basecomponent)
