UNPKG

@kelvininc/ui-components

Version:
44 lines (26 loc) 863 B
<!-- 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 ``` ----------------------------------------------