Choose your setup path
BEEQ supports multiple integration paths depending on your stack and rendering model.Angular
Use the Angular wrapper (
@beeq/angular) for better integration with Angular applications, forms, and change detection.React
Use the React wrapper (
@beeq/react) for improved property handling, event support, and a smoother developer experience.Next.js
Use the React wrapper (
@beeq/react) and client-side setup helpers to work with BEEQ in Next.js applications.Vue
Use the Vue wrapper (
@beeq/vue) and custom elements support for a clean integration with Vue projects.HTML / Web Components
Use BEEQ directly through the core package or CDN in plain HTML, JavaScript, or custom setups.
What to do next
- Pick your stack using the cards above (or the Frameworks section in the sidebar).
- If your project uses a package manager like npm, pnpm, or yarn, check the Installation guide to install
@beeq/coreand load global styles. CDN users can skip straight to the HTML / Web Components guide. - Open your framework guide for wrapper setup, icons, and stack-specific patterns.
- Explore the Components once BEEQ is running in your app.
- Review Theming if your project needs customization beyond the default theme.