Nuxt UI plugins for TemPad Dev.
This plugin allows you to view component code, specifically tailored for Nuxt UI.

-
Install TemPad Dev from Chrome Web Store.
-
Install
@nuxt
or@nuxt/pro
in TemPad Dev's plugins section.
Note
@nuxt/pro
contains all components in @nuxt
, and 31 more components for Nuxt UI Pro.
If you are using the free version of Nuxt UI, you can install @nuxt
for smaller plugin size.
-
Component Codegen: Convert design components to Nuxt UI code.
e.g.
InputOutline
to<UInput>
:<UInput placeholder="Search..." icon="i-lucide-search" />