> For the complete documentation index, see [llms.txt](https://docs.b2b-sellers.com/b2b-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2b-sellers.com/b2b-platform/2/developer-guides/b2bsellers-core-plugin/vue.js-b2b-platform.md).

# Useful Vue.js Components for the B2B Platform

## Useful Vue.js Components for the B2B Platform

As soon as you log in, you are in the Vue.js interface, we call it B2B Platform. As a customer employee you are then in the customer portal and as a sales employee we call it sales portal. But what you call it is up to you.

Useful links: [How to start the b2b-platform watcher?](/b2b-platform/2/developer-guides/first-steps/how-to-start-the-b2b-platform-vue.js-watcher.md)

in vue.js, We use components that can be overridden - like in Shopware Administration.

Since you surely have planned extensions to the B2B platform, we have provided you with some Vue.Js components that you can use at any time. From small helpers like the modal, the SW icons or a product search, we also provide a very complex data table, with manual column selection and any filtering options... But also a product detail modal or a "request for quote" modal. Feel free to use all components. Here is an example, you can of course also use translations in the B2BPlatform.

## Available vue.js components:

### base-elements:

* Modal
* Ajax modal
* Complex data-table
* Media preview
* prompt
* sw-icon
* tab-panel

### form-elements

* Customer Search field
* File dropper
* Single-select
* Multi-select field
* Product-search
* Text-editor (tiptab)

### other

* Product-detail modal
* Create employee as sales representative

### Addional plugin components

* Offer-request modal for one or multiple products

{% hint style="info" %}
NOTE:\
In the coming months, we will publish examples and parameter descriptions for each component here.
{% endhint %}

![](/files/LdI5wfZ6nfPItrZ2yLQ2)

![](/files/S7gMbbCv3X4AefwWpcPp)

![](/files/ZkIrem7K7pQl8Kfeja3w)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.b2b-sellers.com/b2b-platform/2/developer-guides/b2bsellers-core-plugin/vue.js-b2b-platform.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
