carbon-components-svelte/tests/RadioTile
Eric Liu ca9beebaea
fix(radio-tile): allow standalone RadioTile usage (#2136)
Although `RadioTile` is meant to be used inside a `TileGroup`, it feels  
unpolished for standalone usage to crash due to a missing parent context.

This fixes `RadioTile` to fail open by providing a no-op `add: () => {}`  
when `TileGroup` context is not found.
2025-03-22 13:03:20 -07:00
..
RadioTile.group.test.svelte test(radio-tile): add unit tests 2025-03-20 17:34:20 -07:00
RadioTile.single.test.svelte test(radio-tile): add unit tests 2025-03-20 17:34:20 -07:00
RadioTile.test.svelte test(radio-tile): add unit tests 2025-03-20 17:34:20 -07:00
RadioTile.test.ts fix(radio-tile): allow standalone RadioTile usage (#2136) 2025-03-22 13:03:20 -07:00
RadioTileCustom.test.svelte test(radio-tile): add unit tests 2025-03-20 17:34:20 -07:00