Gathering detailed insights and metrics for @scoped-vaadin/checkbox-group
Gathering detailed insights and metrics for @scoped-vaadin/checkbox-group
Gathering detailed insights and metrics for @scoped-vaadin/checkbox-group
Gathering detailed insights and metrics for @scoped-vaadin/checkbox-group
npm install @scoped-vaadin/checkbox-group
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1 Stars
36 Commits
1 Watching
4 Branches
1 Contributors
Updated on 11 Jul 2024
HTML (51.65%)
JavaScript (48.35%)
Cumulative downloads
Total Downloads
Last day
120%
11
Compared to previous day
Last week
-48.9%
24
Compared to previous week
Last month
-69.6%
136
Compared to previous month
Last year
346.9%
2,905
Compared to previous year
We love @vaadin/web-components, but have some challenges within a large enterprise. Different teams, invitably, are using different versions of these components and these cannot be deduplicated.
The Scoped Custom Element Registry proposal aims to solve this problem. The community has created some functional user-land solutions which are based on this proposal:
An expirimental Polymer-based mixin has been created here: robrez/scoped-registry-polymer
However, there are a few finer details within vaadin-components which may elude scoped-registries.
DocumentOrShadowRoot
, for example to document.body
vaadin-combobox-overlay
vaadin-dialog-overlay
document.createElement('vaadin-text-field')
For these reasons note above, the repository has the following goals:
index.js
as the bare module entry-pointA typical vaadin usage would look like this:
1npm i @vaadin/button
1import '@vaadin/button'; 2 3render() { 4 return html`<vaadin-button></vaadin-button>`; 5}
@scoped-vaadin
elements, instead, have this pattern:
1npm i @scoped-vaadin/button
1import '@scoped-vaadin/button'; 2 3render() { 4 return html`<vaadin24-button></vaadin24-button>`; 5}
This repository is not mature. Ideally, versions here would align 1:1 w/ the underlying vaadin versions. There are unfilfilled goals herein; It is likely that changes need to take place when there may not be any underlying vaadin changes.
Below, you can find which underlying vaadin version is used
local version | vaadin version |
---|---|
v24.3.7-alpha.1 | 24.3.7 |
v24.0.0-alpha.1 | 24.0.0 |
v23.0.1 | ~23.3.8 |
v23.0.0 | ~23.3.8 |
v0.2.0 | ~23.3.8 |
v0.1.0 | ^23.3.7 |
No vulnerabilities found.
No security vulnerabilities found.