Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 658 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 658 Bytes

LWC Section

This lightning web component is created to display content inside SLDS section.

https://www.lightningdesignsystem.com/components/expandable-section/

Alt text

Playground Live Demo

https://developer.salesforce.com/docs/component-library/tools/playground/16htafEC/3/edit

Installation

Unmanaged Package

(replace the domain)

https://YOUR_DOMAIN.lightning.force.com/packaging/installPackage.apexp?p0=04t3h000000ie6O

Usage

<c-section title="Section Title">
    <!-- Section Content Goes Here-->
</c-section>

Reference

@api

String title

Event onopen
Event onclose