Name Date Size #Lines LOC

..--

alerts/H--1712

buttons/H--6150

file-upload/H--3222

info-tooltip/H--1610

page-section/H--139

page-title/H--2923

status-icon/H--6944

table/H--662595

toasts/H--7260

readme.mdH A D08-Dec-2022610 129

readme.md

1# Overview
2
3Vue components are the building blocks of the OpenBMC Web UI. It uses both
4Boostrap-Vue components, as well as custom components. Using these components
5assures consistency throughout the application. They also improve the developer
6experience and increase efficiency. Review the existing components before using
7HTML markup. If the feature you're working on includes a new layout pattern,
8rather than adding raw markup to the page, consider creating a component that
9other sections of the application can use as well.
10
11[Learn more about Vue components](https://vuejs.org/v2/guide/components.html)
12