main

mattermost/focalboard

Last updated at: 29/12/2023 09:42

bignumber.html

TLDR

This file provides the HTML layout for a component that displays a big number with associated content.

Classes

There are no classes in this file.

<div class="steps-row">
    <div class="steps-number">{{ .Get "number" }}</div>
    <div>
        <div>
            <h4 class="steps-header">{{ .Get "title" | markdownify }}</h4>
        </div>
        <div class="content">
            {{ .Get "content" | markdownify }}
        </div>
    </div>
</div>