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