Icon

in namespace DotVVM.Framework.Controls.Bootstrap4

Renders a Bootstrap icon component.

Usage & Scenarios

Renders a Bootstrap Icon.

https://icons.getbootstrap.com/

Sample 1: Basic Usage

  • The Icon control has the Type property which determines used icon.
<bs:Icon Type="check" />

Properties

Name Type Description Notes Default Value
property icon Type Icons Gets or sets the used icon.
attribute
inner element
static value
bindable
default
alarm

HTML produced by the control