Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@riot-material/app-bar-utils
Advanced tools
You can install it via nodejs ```sh npm install @riot-material/app-bar-utils ``` or download one of the bundled file ```js /* `dist/index.amd.js` or `dist/index.umd.js` */ requirejs.config({ paths: { "@riot-material/app-bar-utils": "path/to
You can install it via nodejs
npm install @riot-material/app-bar-utils
or download one of the bundled file
/* `dist/index.amd.js` or `dist/index.umd.js` */
requirejs.config({
paths: {
"@riot-material/app-bar-utils": "path/to/@riot-material/app-bar-utils",
},
});
require(['@riot-material/app-bar-utils'], function (appBarUtils) {
// ...
});
/* `dist/index.js` */
import * as appBarUtils from "@riot-material/app-bar-utils";
// or
import { ... } from "@riot-material/app-bar-utils";
otherwise you can include the script in your project html
<script src="@riot-material/app-bar-utils/index.umd.js" />
and access it via
window.riotMaterial.appBarUtils;
returns number
: the height of the app-bar
Note: it internally calls setup
removes the listener
listener: (this: T) => void
the listener to call when change in height happens
thisArg: T
the this argument to pass to the listener when called
adds a listener that will be called once when the height of the app bar changes
listener: (this: T) => void
the listener to call when change in height happens
thisArg: T
the this argument to pass to the listener when called
adds a listener that will be called when the height of the app bar changes
listener: (this: T) => void
the listener to call when change in height happens
thisArg: T
the this argument to pass to the listener when called
Note: internally called by getHeight
FAQs
You can install it via nodejs ```sh npm install @riot-material/app-bar-utils ``` or download one of the bundled file ```js /* `dist/index.amd.js` or `dist/index.umd.js` */ requirejs.config({ paths: { "@riot-material/app-bar-utils": "path/to
The npm package @riot-material/app-bar-utils receives a total of 0 weekly downloads. As such, @riot-material/app-bar-utils popularity was classified as not popular.
We found that @riot-material/app-bar-utils 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.