xref: /openbmc/webui-vue/docs/guide/components/readme.md (revision f6df801b384118b946bb3b7b3248832ec70cfd0a)
1# Overview
2Vue 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.
3
4[Learn more about Vue components](https://vuejs.org/v2/guide/components.html)