From 5b7c8a675f2d9b877155e47f2cbb26c0909dc1ac Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 21 Jul 2024 17:02:16 +0800 Subject: [PATCH] docs: update README.md to mention icon usage --- src/components/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/components/README.md b/src/components/README.md index f9ed8ea1..14c5fe5d 100644 --- a/src/components/README.md +++ b/src/components/README.md @@ -1,11 +1,5 @@ -## Components +# Icons -Components in this dir will be auto-registered and on-demand, powered by [`vite-plugin-components`](https://github.com/antfu/vite-plugin-components). - -Components can be shared in all views. - -### Icons - -You can use icons from almost any icon sets by the power of [Iconify](https://iconify.design/). +You can use icons from almost any icon set by the power of [Iconify](https://iconify.design/). It will only bundle the icons you use. Check out [vite-plugin-icons](https://github.com/antfu/vite-plugin-icons) for more details.