Tailwind elements in next js #1620
-
i have installed tailwind elements (npm i tw-elememts) after this i have added the plugin in tailwind config file like this /** @type {import('tailwindcss').Config} */ module.exports = {
}, // plugins: [require("tw-elements/dist/plugin")] after this i thought the dynamic components like dropdown,accordin etc will run but it's not working where should i change or where i am wrong?Please help me out |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, please check out our tutorial for integration tutorial for Next with Tailwind Elements. |
Beta Was this translation helpful? Give feedback.
Hi, please check out our tutorial for integration tutorial for Next with Tailwind Elements.