UNPKG

react-use-modal-wrapper

Version:

A lightweight and customizable modal hook for React. Easily add modals to your app with minimal code.

8 lines (6 loc) 161 B
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ plugins: [react()], })