WIP: SelectableTileGroup

This commit is contained in:
Richard O'flynn 2020-11-30 20:22:11 +00:00
commit fe5c571b13
17 changed files with 33036 additions and 64 deletions

View file

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