Open rvanoord opened 3 months ago
List of Bcc Components and their "PrimeVue-equivalent" if existing
# | Bcc Component Name | PrimeVue Component Name | Fundamental differences? |
---|---|---|---|
1 | BccButton | Button | No |
2 | BccCheckbox | Checkbox | No |
3 | BccFormLabel | - (only Floating - FloatLabel) | - |
4 | BccFormMessage | Message | No |
5 | BccInput | InputText | No |
6 | BccRadio | RadioButton | No |
7 | BccSelect | Select | No |
8 | BccToggle | ToggleSwitch | No |
9 | BccAlert | Toast | No |
10 | BccBadge | - | - |
11 | BccModal | ConfirmDialog / ConfirmPopup / Dialog | No |
12 | BccProgress | ProgressBar | Yes |
13 | BccTable | DataTable | No |
14 | BccTabs | Tabs | No |
15 | BccGraphic | Image | No |
16 | BccHeader | - | |
17 | BccInfo | Tag? | Yes |
18 | BccItemTile | Card | Yes |
19 | BccLinkItem | - | - |
20 | BccAccordion | Accordion | No |
21 | BccAvatar | Avatar | No |
22 | BccBanner | - | - |
23 | BccCapacityIndicator | - | - |
24 | BccCookieBanner | ConfirmPopup? | Yes |
25 | BccPagination | Paginator | No |
26 | BccPin | Badge | No |
27 | BccSpinner | ProgressSpinner | No |
28 | BccStatusIndicator | - | - |
29 | BccStepper | Stepper | Yes |
30 | BccTooltip | Tooltip | No |
31 | BccNpsResult | - | - |
32 | BccNpsScore | Rating | Yes |
33 | BccReact | - | - |
Objective: get a feeling / understanding of how easy it is to customize PrimeVue according to our needs, and the quality of the product.