carbon-components-svelte/src/Tile
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
..
ClickableTile.svelte chore: format files with Prettier 3 2024-11-11 21:35:48 -08:00
ExpandableTile.svelte chore: format files with Prettier 3 2024-11-11 21:35:48 -08:00
index.js chore: lift components folder 2020-07-19 09:06:08 -07:00
RadioTile.svelte fix(radio-tile): allow standalone RadioTile usage (#2136) 2025-03-22 13:03:20 -07:00
SelectableTile.svelte chore: format files with Prettier 3 2024-11-11 21:35:48 -08:00
Tile.svelte chore: format files with Prettier 3 2024-11-11 21:35:48 -08:00
TileGroup.svelte chore: format files with Prettier 3 2024-11-11 21:35:48 -08:00