# gds-card-pattern-01 - React

## Import

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

## Usage

Use the component as a React JSX element:

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