UNPKG

react-dynamic-snbar

Version:

Responsive React sidebar with role-based navigation support and easy customization.

7 lines (5 loc) 142 B
import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; export default defineConfig({ plugins: [react()], });