---
title: "init(gaugeProvider:label:)"
framework: clockkit
role: symbol
role_heading: Initializer
path: "clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeview/init(gaugeprovider:label:)"
---

# init(gaugeProvider:label:)

Creates a new template with a closed circular gauge and a SwiftUI view in the center.

## Declaration

```swift
init(gaugeProvider: CLKGaugeProvider, label: Label)
```

## Parameters

- `gaugeProvider`: The gauge provider for the template.
- `label`: The SwiftUI view displayed by the template.
