-
GuideHelping Children Cope with a Sibling's Serious Illness -
GuideSupporting Siblings Through a Serious Medical Condition: What to Say Infographic -
PostTransplant for Severe Aplastic Anemia -
EventIn the Room: Hear from the Siblings: Sharing Their Journey with Medical Complexity -
PostNo Sign of a Sign -
EventSupporting and Celebrating the Siblings
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">