# Popover


## Anatomy

```tsx
import { Popover } from "chroma-panel";
```

Below 640px it becomes a bottom sheet. Pass `sheetOnMobile={false}` for an
anchored popover at every width.

## API reference

### Props

<PropsTable name="Popover" />
