Skip to content

Documentation

Iconography

bit BlazorUI uses a custom icon font from the MDL2 design system (Office UI Fabric icons). The glyphs scale, take the theme's colors, and cost nothing extra to render.

Install the icon pack

The icons ship separately from the components, so an app that does not use them does not download them.

Add the Bit.BlazorUI.Icons package and its stylesheet, as described in the optional steps of the Getting started page.

dotnet add package Bit.BlazorUI.Icons
<link href="_content/Bit.BlazorUI.Icons/styles/bit.blazorui.icons.css" rel="stylesheet" />

Browse the icons

Click any icon to open its details: a preview at every size and semantic color, its name, constant, CSS class and glyph, and the snippets to paste.

Feedback

Found a mistake, a gap, or something that could be clearer? Every page and every component is one click from its source.