@kelvininc/ui-components
Version:
Kelvin UI Components
44 lines (26 loc) • 863 B
Markdown
<!-- 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
```
----------------------------------------------