pub struct EuvNavItemConfig {
pub icon: &'static str,
pub label: &'static str,
pub target: &'static str,
}Expand description
Configuration for a navigation item.
Used with EuvNavItemsProps for declarative navigation configuration.
Fields§
§icon: &'static strThe emoji icon for the navigation item.
label: &'static strThe display label for the navigation item.
target: &'static strThe target route path.
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more