UNPKG

fonteva-design-guide

Version:

## Dev, Build and Test

9 lines (8 loc) 307 B
<template> <!--instructions for {pageName} page--> <template if:true={instructions.length}> <div class="slds-m-bottom_large" data-name={name}> <lightning-formatted-rich-text value={instructions}></lightning-formatted-rich-text> </div> </template> </template>