use leptos::{ IntoView, attr::{AttributeValue, IntoAttributeValue}, component, html::Select, prelude::{ ClassAttribute, CollectView, ElementChild, GlobalAttributes, NodeRef, NodeRefAttribute, }, view, }; use crate::components::get_id; #[component] pub fn SelectPlaceholder( label: &'static str, node_ref: NodeRef {options} // TODO: Reference `var(--tw-border-2)` instead of the `2 px` <2025-10-01>
} }