BptChip
API reference for BptChip — parameters, event callbacks, and related configuration.
BptChip
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Enabled | bool | — | |
Text | string | — | |
ChildContent | RenderFragment | Nullable | — |
Icon | string | Nullable | — |
AvatarText | string | Nullable | — |
Color | string | Nullable | — |
Size | BptComponentSize | — | |
Variant | BptChipVariant | — | |
Disabled | bool | — | |
Closable | bool | — | |
Selected | bool | — | |
CssClass | string | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
SelectedChanged | EventCallback<bool> | — | |
OnClick | EventCallback | — | |
OnClose | EventCallback | — |