buli
2023-07-14 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<template>
    <c-example-wrapper
        icon-name="custom:custom44"
        lwc="pageBlocks"
        title="Page Blocks"
        visualforce="pageBlocks"
        visualforce-height="230px"
    >
        <c-page-blocks slot="lwc"></c-page-blocks>
 
        <!-- prettier-ignore -->
        <p>
            Use <a target="_blank" href="https://developer.salesforce.com/docs/component-library/bundle/lightning-card">
            lightning-card</a>, <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:pageBlock, apex:pageBlockSection and apex:pageBlockSectionItem.
        </p>
    </c-example-wrapper>
</template>