# gds-tab-panel - Angular

## Import

```typescript
import { GdsTabPanelComponent } from '@sebgroup/green-core-ng'
```

## Usage

Use the component in your Angular templates:

```html
<gds-tab-panel>
  <!-- content -->
</gds-tab-panel>
```
