# Statistic

[component-header:sl-statistic]

Statisticis awesome

```html preview
<sl-statistic legend="Antal kunder">126</sl-statistic>
```

## With options

```html preview
<sl-statistic legend="Antal kunder">
    <sl-dropdown slot="options" hoist>
        <sl-icon name="gear" slot="trigger"></sl-icon>
        <sl-menu>
            <sl-menu-label>Section</sl-menu-label>
            <sl-menu-item checked>Show all customers</sl-menu-item>
            <sl-menu-item>Show some customers</sl-menu-item>
        </sl-menu>
    </sl-dropdown>
    126
</sl-statistic>
```


[component-metadata:sl-statistic]
