UNPKG

react-fa-picker

Version:

A reusable React Icon Picker component, bundled with its own Tailwind CSS build.

15 lines (14 loc) 287 B
// tailwind.config.js module.exports = { content: [ "./src/**/*.{js,ts,jsx,tsx}", // ← add this line so Tailwind v4 will compile the classes "./node_modules/fc-react-icon-picker/**/*.{js,ts,jsx,tsx}", ], theme: { /* … */ }, plugins: [ /* … */ ], };