You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In a Next.js 13 project, I can import pico in
layout.tsx
like so:However, then I need to add a wrapper in the body:
Is it possible to import the classless version instead, so that I can just leave the body like this?
All docs are only showing a regular
<script />
tag import, not one that's compatible with React or Nextjs (App Router, if that matters).Beta Was this translation helpful? Give feedback.
All reactions