
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
auto-hide-toolbar
Advanced tools
Angular auto hiding header component (For angular 12, optimized, minimal (less than 3kb), zero dependencies).
To install this lib in your angular project
ng add auto-hide-toolbar
your.module.ts
import { AutoHideToolbarModule } from 'auto-hide-toolbar';
// ...
@NgModule({
...
imports: [..., AutoHideToolbarModule],
})
export class YourModule {}
your.component.html
<!-- page top -->
<lib-auto-hide-toolbar shadowPadding="9">
<!-- your toolbar html goes here -->
</lib-auto-hide-toolbar>
<lib-auto-hide-toolbar shadowPadding="9">
<div style="background-color: purple; padding: 5px;">
<h1 style="margin: 0px; color: wheat;">Demo Toolbar</h1>
</div>
</lib-auto-hide-toolbar>
shadowPadding
Adds basic padding below the falling header component - to preserve shadows if any. Unit in pixels.
[Project scaffolded with Angular 10.0.9]
MIT © 2020 Vajahath Ahmed
FAQs
Dead simple angular auto hiding toolbar
The npm package auto-hide-toolbar receives a total of 2 weekly downloads. As such, auto-hide-toolbar popularity was classified as not popular.
We found that auto-hide-toolbar 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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.