# isVisible

**Kind:** Function

**Source:** [`atloria-monorepo/packages/ui-core/src/test-helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/test-helpers.ts#L66)

Helper to check if an element is visible

## Signature

```ts
function isVisible(element: HTMLElement): boolean
```

## Parameters

| Name | Type |
|---|---|
| `element` | `HTMLElement` |

**Returns:** `boolean`
