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 (7 loc) 170 B
import { ReactNode } from "react"; export interface CardWrapperProps { children: ReactNode; title?: string; className?: string; noHorizontalPadding?: boolean; }