@kirejs/iconify
v0.1.8
Published
Iconify integration for Kire.
Maintainers
Readme
@kirejs/iconify
Integration with Iconify for Kire templates. Allows you to easily render thousands of icons from various icon sets directly in your server-rendered views.
Features
- Icon Directive/Component: Easy syntax to include icons.
- On-demand Loading: Efficiently loads icon data.
Installation
npm install @kirejs/iconify
# or
bun add @kirejs/iconifyUsage
<!-- Example usage assuming a directive or component is provided -->
<kire:icon name="mdi:home" />License
MIT
