# BEEQ, a web component library initiative The elements and components provided by BEEQ are being implemented with [Stencil](https://stenciljs.com/), a compiler that generates Web Components (more specifically, Custom Elements), combining the best concepts of the most popular frameworks into a simple build-time tool. You can read more about Stencil on their [official ](https://stenciljs.com/)website. ## Installation > [!TIP] > Please always refer to the [official BEEQ documentation](https://www.beeq.design/3d466e231/p/359a26-for-developers) for more information about the installation. BEEQ elements, components, patterns, utilities, etc., are available as an npm package. ```bash $ npm i @beeq/core ``` ## Usage BEEQ components are regular HTML elements, or custom elements (often referred to as "web components"). If you're using a simple HTML page, you can use them like any other element. ```html