buli
2023-04-26 d6a096fadfe9c8f261f56a827cfceed663c36b8b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<template>
    <c-example-wrapper
        icon-name="custom:custom44"
        lwc="panelGrid"
        title="Panel Grid"
        visualforce="panelGrid"
        visualforce-height="40px"
    >
        <c-panel-grid slot="lwc"></c-panel-grid>
        <!-- prettier-ignore -->
        <p>
            Use <a target="_blank" href="https://developer.salesforce.com/docs/component-library/bundle/lightning-layout">
            lightning-layout</a> and <a target="_blank" href="https://developer.salesforce.com/docs/component-library/bundle/lightning-layout-item">
            lightning-layout-item </a> to replace apex:panelGrid and apex:panelGroup. These components follow
            the flexbox model and are very configurable and powerful.
        </p>
    </c-example-wrapper>
</template>