
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@capsulajs/capsulahub-widget-table
Advanced tools
Widget item extension, that provides a web-component with a table of data.
Widget item extension, that provides a webComponent with a table of data.
Prepare the bootstrap of the extension
To install the package from NPM registry you should run
yarn add @capsulajs/capsulahub-widget-table
or
npm install @capsulajs/capsulahub-widget-table
You can get the default export from the link
https://capsulajs.s3.amazonaws.com/develop/capsulahub-widget-table/index.js
{
"components": {
"layouts": {},
"items": {
"web-table": {
"componentName": "web-table",
"path": "https://capsulajs.s3.amazonaws.com/develop/capsulahub-widget-table/index.js",
"config": {}
}
}
}
}
Bootstrap function of the extension.
The public API of the extension.
The documentation about public API.
Run
yarn doc
And open doc/index.html in browser.
Internally example prepares the widget almost in the same way as Workspace does it.
yarn start
It will use the local version of extension from local src.
The bundle is being loaded statically in order to provide watch mode.
yarn test
yarn test:debug
New commands have to be typed correctly in typescript.
For example:
Cypress.Commands.add('getHeading', () => {
return cy.get('h1');
});
declare namespace Cypress {
interface Chainable {
getHeading: () => Chainable;
}
}
CapsulaHub and related services are released under MIT Licence.
FAQs
Widget item extension, that provides a web-component with a table of data.
We found that @capsulajs/capsulahub-widget-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.