kpi_metric_box: Create a Matrix Box

Description Usage Arguments Value

View source: R/box_extensions.R

Description

Create a Matrix Box

Usage

1
2
3
kpi_metric_box(..., id = NULL, title = NULL, footer = NULL,
  status = NULL, info, solidHeader = FALSE, background = NULL,
  width = 6, height = NULL, collapsible = TRUE, collapsed = FALSE)

Arguments

id

is the unique id of html elemnt.

title

is the title of the Table box.

footer

is the footer of the table box.

background

is the backgroundcolor of box.

width

id the width of the box.

height

is the heigth of the box.

collapsible

is the box should be collapsibe.

collapsed

is the box is collapsed.

Status

is the status of the box.

Info

is the information about the matrix box.

solidheader

is the header of the table box.

Value

<div class="col-sm-6"> <div class="box"> <div class="box-header"> <div class="box-tools pull-right"> <button class="btn btn-box-tool" data-widget="collapse"> <i class="fa fa-minus"></i> </button> </div> </div> <div class="box-body"> <div class="row">Matrix box</div> </div> </div> </div>


gyang274/ygdashboard documentation built on May 17, 2019, 9:42 a.m.