Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 283 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 283 Bytes

HeroIcon for Nuxt and Nuxt 3

npm install roco3d/nuxt-hero-icons
//in your nuxt.config.ts
buildModules: ["nuxt-hero-icons"],
//Usage
<template>
    <HeroIcon name="annotation" />
    <HeroIcon name="annotation" solid />
<template>