Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions blog/2026-05-27-frontend-component-updates-2026.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
author: Wendelin Peleska
authorURL: https://github.com/wendevlin
title: "Frontend component updates in 2026.6"
---

## Component updates

### ha-radio updates

`ha-radio` was removed from our codebase, we use the webawesome based `ha-radio-group` with `ha-radio-option` now. No need for a `ha-formfield` around a `ha-radio` anymore and you can use the new CSS properties to customize the radio group and options.

New component specific tokens:

```css
--ha-radio-group-required-marker
--ha-radio-group-required-marker-offset

--ha-radio-option-active-color
--ha-radio-option-heigh
--ha-radio-option-toggle-size
--ha-radio-option-border-width
--ha-radio-option-border-color
--ha-radio-option-border-color-hover
--ha-radio-option-background-color
--ha-radio-option-background-color-hover
--ha-radio-option-checked-background-color
--ha-radio-option-checked-icon-color
--ha-radio-option-checked-icon-scale
--ha-radio-option-control-margin
```

### ha-drawer updates

`ha-drawer` was updated to use the webawesome drawer component. The API is mostly the same it just uses now `--ha-sidebar-width` instead of `--mdc-drawer-width`