---
title: FillPickerRoot
description: Headless popover-basiertes Füllungsauswahl-Primitiv.
---
# FillPickerRoot
`FillPickerRoot` ist ein headless popover-basiertes Füllungsauswahl-Primitiv für einfarbige, Verlaufs- und Bildfüllungen.
## Props
## Ereignisse
## Slots
### Trigger-Slot-Props
```ts
{
style: Record
}
```
### Standard-Slot-Props
```ts
{
fill: Fill
category: 'SOLID' | 'GRADIENT' | 'IMAGE'
toSolid: () => void
toGradient: () => void
toImage: () => void
update: (fill: Fill) => void
}
```
## Beispiel
```vue
{{ category }}
```
## Verwandte APIs
- [GradientEditorRoot](./gradient-editor-root)