use crate::components::{Demo, DemoCode}; use leptos::*; use thaw::*; use prisms::highlight_str; #[component] pub fn RadioPage() -> impl IntoView { let checked = create_rw_signal(false); view! {