From 8326855ba5f82dbfbfcfe2b65e49e9a30d9bf710 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Tue, 3 Mar 2020 18:19:20 -0600 Subject: Add component overview documentation Signed-off-by: Derick Montague Change-Id: I02de80a70acc0d6e3d1278acb33bbbb004c106b4 --- docs/guide/components/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/guide') diff --git a/docs/guide/components/index.md b/docs/guide/components/index.md index 4bba659e..f10a1317 100644 --- a/docs/guide/components/index.md +++ b/docs/guide/components/index.md @@ -1 +1,4 @@ -# Overview \ No newline at end of file +# Overview +Vue components are the building blocks of the OpenBMC Web UI. It uses both Boostrap-Vue components, as well as custom components. Using these components assures consistency throughout the application. They also improve the developer experience and increase efficiency. Review the existing components before using HTML markup. If the feature you're working on includes a new layout pattern, rather than adding raw markup to the page, consider creating a component that other sections of the application can use as well. + +[Learn more about Vue components](https://vuejs.org/v2/guide/components.html) \ No newline at end of file -- cgit v1.2.3