Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/2.usage/1.basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Basic Usage
description: Learn how to use Nuxt Feather Icons in your components.
navigation:
icon: ZapIcon
icon: Settings2Icon
Comment thread
4sllan marked this conversation as resolved.
---

Nuxt Feather Icons provides two primary ways to render icons: **Static Components** (best for most cases) and the
Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.usage/3.dynamic-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Dynamic Icons
description: Learn how to render icons dynamically using strings or database values.
navigation:
icon: i-ph-arrows-left-right
icon: ArrowRightLeftIcon
Comment thread
4sllan marked this conversation as resolved.
---

One of the most powerful features of **Nuxt Feather Icons** is the ability to render icons dynamically without losing the benefits of tree-shaking. This is ideal for sidebars, menus, and dashboard data.
Expand Down
Loading