@beeq/core and load global styles once — your framework guide handles the rest.
Not sure where to start?
- Haven’t chosen a stack yet? See For developers to compare integration paths.
- Using a CDN with no build step? Go directly to the HTML / Web Components guide — it covers CDN setup end-to-end.
Prerequisites
- Node.js 18+ for npm-based projects
- A modern browser with custom elements support
Install the core package
BEEQ is published as@beeq/core. It includes the web component definitions, global stylesheet, icon SVG source files, and shared TypeScript types.
| Stack | Also install |
|---|---|
| Angular | @beeq/angular |
| React | @beeq/react |
| Vue | @beeq/vue |
| Next.js | @beeq/react (see the Next.js guide) |
npm install command for your stack.
Load global styles
Import the BEEQ stylesheet once in your application’s main CSS or SCSS file, and make sure that file is loaded from your app entry point.Icons
Many BEEQ components render SVG icons from a separate folder. Your app must serve those files at a public URL and tell BEEQ where to find them.- Icon
namevalues map to file names (for exampleuser→user.svg). - The full icon set is large; each framework guide covers how to serve only what you need.