Description Usage Arguments Value Functions Examples
Create a valueBox with additional UI elements.
1 2 3 4 5 |
subtitle |
Label of the valueBox. |
value |
Value of the valueBox. |
icon |
Icon of the valueBox. |
color |
Color of the valueBox. One of |
width |
Width of the valueBox. |
size |
Size of value. One of |
A valueBox that can be passed to dashboardBody
valueBox
: Create a valueBox (alias for value_box
)
infoBox
: Create a valueBox (alias for value_box
)
1 |
Attaching package: ‘semantic.dashboard’
The following object is masked from ‘package:graphics’:
box
<div class="five wide column">
<div class="ui fluid card blue">
<div class="ui statistic tiny">
<div class="value">
<i class="mail icon"></i>
44
</div>
<div class="label">Unread Mail</div>
</div>
</div>
</div>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.