summaryrefslogtreecommitdiff
path: root/docs/guide/components/readme.md
blob: aef688af785467192b4ac7883590677823066d50 (plain)
1
2
3
4
5
6
7
8
9
10
# 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)