use leptos::{ IntoView, component, html::Textarea, prelude::{ClassAttribute, ElementChild, GlobalAttributes, NodeRef, NodeRefAttribute}, view, }; use crate::components::get_id; #[component] pub fn TextareaPlaceholder( label: &'static str, node_ref: NodeRef } }