# UIB GetStartedPanelModule

## Prequisites

Add the `GetStartedPanelModule` module to your module imports:

```TS
import { GetStartedPanelModule } from '@uib/angular';

@NgModule({
  imports: [
    // ...
    GetStartedPanelModule,
    // ...
  ],
})
// ...
```

## UibGetStartedPanel

### Examples

```HTML
<uib-get-started-panel [caption]="caption" [icon]="icon">
</uib-get-started-panel>
```
