diff --git a/snippets/icons-required.mdx b/snippets/icons-required.mdx index bed5876e8..373e673b2 100644 --- a/snippets/icons-required.mdx +++ b/snippets/icons-required.mdx @@ -1,3 +1,17 @@ + + Specify the icon library with the `icons` property in `docs.json`. + +```json docs.json +{ + ..., + "icons": { + "library": "fontawesome" | "lucide" + }, + ... +} +``` + + The icon to display.