
Research
GemStuffer Campaign Abuses RubyGems as Exfiltration Channel Targeting UK Local Government
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.
@webapp-suite/elements.aside
Advanced tools
Part of the reusable webapp-suite UI Components as Web Components. Demo
table { width:100%; }| Property | Attribute | Type | Default | Description |
|---|---|---|---|---|
| dir | dir | String | ltr | Direction of the component 'rtl' or 'ltr' |
| title | data-title | String | '' | Aside header title |
| visible | data-visible | Boolean | false | Show/hide aside |
| busy | data-busy | String | If it exist as an attribute, the aside would show a spinner in it with the provided value of this attribute as the message of it | |
| noCloseOnEscKey | no-close-on-esc-key | Boolean | false | Disable closing the aside with escape key |
| hasFoot | hasFoot | Boolean | false | INTERNAL |
| hasPlatformObject | hasPlatformObject | Boolean | false | INTERNAL |
| Name | Description |
|---|---|
| note | Use this slot name on the `ts-note` in the aside |
| platform-object | The section between aside header and content that platform object should be shown with different background color |
| main | Main content of the aside that doesn't fit into any other available slots |
| footer | Footer content and action buttons goes. You should use the ts-button-group here. |
| Name | Description |
|---|---|
| open | |
| close | |
| opened | |
| closed |
$ npm i @webapp-suite/elements.aside --save
import '@webapp-suite/elements.aside';
or
<script src="node_modules/@webapp-suite/elements.aside/lib/aside.umd.js"></script>
Use it like demo
Our components rely on having the Open Sans available, You can see the font-weight and font-style you need to load here, or you can just load it from our package (for now)
<link rel="stylesheet" href="node_modules/@webapp-suite/elements/src/fonts.css" />
For supporting IE11 you need to add couple of things
<!-- Place this in the <head>, before the Web Component polyfills are loaded -->
<script>
if (!window.Promise) {
window.ShadyCSS = { nativeCss: true };
}
</script>
$ npm i @open-wc/polyfills-loader
import loadPolyfills from '@open-wc/polyfills-loader';
loadPolyfills().then(() => import('./my-app.js'));
$ npm i @webcomponents/webcomponentsjs --save
<script src="/node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"></script>
@webcomponents/webcomponentsjs<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js" defer></script>
Thanks for your interest and help!
You can find some links to useful materials about what we are using and some tutorials and articles that can help you get started.
You can see a list of limitations that we should watch out for, here
You can read the full license agreement in the LICENSE.md.
FAQs
Unknown package
We found that @webapp-suite/elements.aside demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.