summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/development/new_fe_guide/development/components.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/new_fe_guide/development/components.md b/doc/development/new_fe_guide/development/components.md
index 2cf197dbe98..58f039a1acd 100644
--- a/doc/development/new_fe_guide/development/components.md
+++ b/doc/development/new_fe_guide/development/components.md
@@ -2,7 +2,7 @@
## Component Library
-Our base Vue components are in the [gitlab-ui](https://gitlab.com/gitlab-org/gitlab-ui) repository.
+Our base Vue components are in the [gitlab-ui](https://gitlab.com/gitlab-org/gitlab-ui) repository. Docs and examples for them are available on [gitlab-ui storybook](https://gitlab-org.gitlab.io/gitlab-ui/).
## Icons
@@ -51,7 +51,7 @@ Illustrations can be referenced using the `image_tag` helper.
### In Vue
-SVGs can be added to templates using `v-html`. The SVG SVG content, so we [`$options`][vue-options].
+We can import SVG content directly, then add it to templates using `v-html`. The SVG content doesn't need Vue's change detection, so we access it using [`$options`][vue-options].
```
<script>