UNPKG

create-nova-vite-template

Version:

This is a dashboard template built with React and Vite. It provides a modern and responsive user interface for building web applications.

9 lines (8 loc) 155 B
export interface SidebarLinkProps { icon: string; label: string; isActive?: boolean; className?: string; href: string; onClick?: () => void; }