install tailwind elements #1435
Replies: 1 comment 5 replies
-
Hi, all you got to do is downloading Tailwind Elements from NPM and then import library in _app.js file using useEffect hook - like this. FYI in next week we are going to release a bunch of tutorials for most popular CRS and SSR frameworks so stay tuned.
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am making a website in next js using tailwind css.After installation i don't know where and how to add script file in the project.
i am putting it in app.js file
app.js
<script src="../node_modules/tw-elements/dist/js/index.min.js"></script>Beta Was this translation helpful? Give feedback.
All reactions