- Notifications
You must be signed in to change notification settings - Fork1
ahmet-eren/lwc-panel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This lightning web component is created to display content inside SLDS panel.
https://www.lightningdesignsystem.com/components/panels/
https://developer.salesforce.com/docs/component-library/tools/playground/O7Jrx2mVJ/21/edit
(replace the domain)
https://YOUR_DOMAIN.lightning.force.com/packaging/installPackage.apexp?p0=04t3h000000id1g
<c-panel><!-- Panel Content Goes Here--></c-panel>
<c-panelhide-header><!-- Panel Content Goes Here--></c-panel>
<c-panelcustom-header><spanslot="header"><!-- Custom Header Goes Here --></span><spanslot="content"><!-- Panel Content Goes Here --></span></c-panel>
<c-panelsize="small"><!-- Panel Content Goes Here --></c-panel>
<c-panelonclose={onPanelClose}><!-- Panel Content Goes Here --></c-panel>
<c-panelfull-height><!-- Panel Content Goes Here --></c-panel>
String titleString size = small, medium, large, x-large, fullBoolean hide-headerBoolean custom-headerEvent onclose