UNPKG

react-search-bar-ks

Version:

A modern, animated voice-enabled search component built with React, TypeScript, and Framer Motion.

11 lines 192 B
/** @type {import('tailwindcss').Config} */ export default { content: [ "./index.html", "./src/**/*.{js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [], }