# fluent-boards/2.0.15/assets/_StatCard.js

FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration, version 2.0.15. 2 lines.

- Page: https://pluginprobe.com/plugins/fluent-boards/2.0.15/code/assets/_StatCard.js
- Raw: https://pluginprobe.com/plugins/fluent-boards/2.0.15/raw/assets/_StatCard.js
- Modified: 2026-09-09T13:50:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-boards/2.0.15/code/assets/_StatCard.js#L10-L20`.

```javascript
import{_ as s,I as a}from"./descriptionToPlainText.js?ver=2.0.15";import{aO as t,S as e,Z as r,_ as n,a7 as o,a0 as c,a9 as l}from"./vendor.js?ver=2.0.15";const i={class:"fbs_report_stat"},p={key:0,class:"fbs_report_stat--icon"},_={class:"fbs_report_stat--meta"},f={class:"fbs_report_stat--label"},m={class:"fbs_report_stat--value"};const u=s({name:"StatCard",components:{Icons:a},props:{label:{type:String,required:!0},value:{type:[Number,String],default:0},icon:{type:String,default:""}}},[["render",function(s,a,u,b,d,v){const S=t("Icons");return e(),r("div",i,[u.icon?(e(),r("span",p,[n(S,{"icon-name":u.icon},null,8,["icon-name"])])):o("",!0),c("div",_,[c("p",f,l(s.$t(u.label)),1),c("p",m,l(u.value),1)])])}]]);export{u as S};

```
