UNPKG

react-wrap-text

Version:

A simple utility to wrap matching substrings in React with custom jsx components

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