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.

7 lines (6 loc) 103 B
export interface IconProps { name: string; size: number; color?: string; className?: string; }