# PBA Benefits Workspace - Web Component

## Usage

```html
<pba-benefits-workspace backend-url="/backend"></pba-benefits-workspace>
```

### Attributes

- `backend-url` (required): The base URL for the backend API endpoints

## Development

To run in development, create a .env from .env.example. Otherwise the local auth cookie will not be set and the component will fail.

## Sonner post install patch package script

Sonner injects its CSS into `document.head` by default. We don’t want that, so we no-op its `__insertCSS` and inject the stylesheet manually into the shadow root.
