Strip out RadioTileGroup

This commit is contained in:
Richard O'flynn 2020-12-01 00:40:10 +00:00
commit c37d7b3760
9 changed files with 10 additions and 123 deletions

View file

@ -17,7 +17,7 @@
const dispatch = createEventDispatcher();
const selectedValue = writable(selected);
setContext("RadioTileGroup", {
setContext("TileGroup", {
selectedValue,
add: ({ checked, value }) => {
if (checked) {