Sha256: f1f88cce974b6b766d091d7e3588f8daead2991ce3ca7b21ce6c97b069fd59ad
Contents?: true
Size: 791 Bytes
Versions: 2
Compression:
Stored size: 791 Bytes
Contents
import React from "react" import {DashboardValue} from "../../" function DashboardValueAlign() { return ( <div> <DashboardValue stat_label="Top Title Value" stat_value={{value: "1,428", unit: "appts"}} stat_change={{change: "decrease", value: "26.1"}} /> <br/><br/> <DashboardValue align="center" stat_label="Top Title Value" stat_value={{value: "1,428", unit: "appts"}} stat_change={{change: "decrease", value: 56.1}} /> <br/><br/> <DashboardValue align="right" stat_label="Top Title Value" stat_value={{value: "1,428", unit: "appts"}} stat_change={{change: "decrease", value: 86}} /> </div> ) } export default DashboardValueAlign;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-2.9.8 | app/pb_kits/playbook/pb_dashboard_value/docs/_dashboard_value_align.jsx |
playbook_ui-2.9.7 | app/pb_kits/playbook/pb_dashboard_value/docs/_dashboard_value_align.jsx |