UNPKG

react-bottom-sheet-dialog

Version:

A lightweight TypeScript bottom sheet dialog for react

8 lines (6 loc) 158 B
import { defineConfig } from "vite"; import react from "@vitejs/plugin-react"; export default defineConfig({ plugins: [react()], root: "./examples", });