From f89ebaabfc9f7c6bb63b27deed9b9274dd5ba520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E6=B8=B8=E5=90=9B?= Date: Wed, 29 Sep 2021 09:13:12 +0800 Subject: [PATCH] docs: add example link for theming (#3717) --- docs/en-US/guide/theming.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en-US/guide/theming.md b/docs/en-US/guide/theming.md index 880fd8d6b1..bf590201c2 100644 --- a/docs/en-US/guide/theming.md +++ b/docs/en-US/guide/theming.md @@ -11,7 +11,10 @@ provide four ways to change the style variables. ## Change theme color since 1.1.0-beta.1 -> A custom theme primary color can be found in [element-plus-vite-starter](https://github.com/element-plus/element-plus-vite-starter). +These are examples about custom theme. + +- Full import: [element-plus-vite-starter](https://github.com/element-plus/element-plus-vite-starter) +- On demand: [unplugin-element-plus/examples/vite](https://github.com/element-plus/unplugin-element-plus) ### By SCSS variables