UNPKG

fonteva-design-guide

Version:

## Dev, Build and Test

13 lines (12 loc) 403 B
<template> <div data-name={badgeName} data-id={rowId} class="pfm-p-horizontal_x-small"> <template if:true={hasAdditionalText}> <c-pfm-text margin={valMargin} inline> {additionalText} </c-pfm-text> </template> <template if:true={showBadge}> <c-pfm-badge></c-pfm-badge> </template> </div> </template>