
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@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 testyarn test:debugNew 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.
The npm package @capsulajs/capsulahub-widget-table receives a total of 0 weekly downloads. As such, @capsulajs/capsulahub-widget-table popularity was classified as not popular.
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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.