# gds-form-summary - React

## Import

```typescript
import { GdsFormSummary } from '@sebgroup/green-core/react'
```

## Usage

Use the component as a React JSX element:

```tsx
<GdsFormSummary>
  {/* content */}
</GdsFormSummary>
```
