
<!-- Auto Generated Below -->


## Shadow Parts

| Part    | Description        |
| ------- | ------------------ |
| `"dot"` | The dot container. |


## CSS Custom Properties

| Name                     | Description                  |
| ------------------------ | ---------------------------- |
| `--dot-background-color` | DirtyDot's background color. |
| `--dot-height`           | DirtyDot's height.           |
| `--dot-width`            | DirtyDot's width.            |


## Dependencies

### Used by

 - [kv-select-option](../select-option)
 - [kv-text-field](../text-field)

### Depends on

- [kv-icon](../icon)

### Graph
```mermaid
graph TD;
  kv-dirty-dot --> kv-icon
  kv-select-option --> kv-dirty-dot
  kv-text-field --> kv-dirty-dot
  style kv-dirty-dot fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------


