Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@vaadin/vaadin-app-layout
Advanced tools
<vaadin-app-layout> is a Web Component providing a quick and easy way to get a common application layout structure done, part of the Vaadin components.
Live Demo ↗ | API documentation ↗
⚠️ This is a pre-release version built with
LitElement
, part of the next generation of Vaadin web components.Looking for Vaadin 14 compatible version? Please see the following branches:
- 2.0 branch (latest stable)
- 2.1 branch (next minor version with incremental improvements)
<vaadin-app-layout>
<vaadin-drawer-toggle slot="navbar touch-optimized"></vaadin-drawer-toggle>
<h3 slot="navbar touch-optimized">Application Name</h3>
<vaadin-tabs orientation="vertical" slot="drawer">
<vaadin-tab>
<a href="/profile">
<iron-icon icon="lumo:user"></iron-icon>
Profile
</a>
</vaadin-tab>
<vaadin-tab>
<a href="/contact">
<iron-icon icon="lumo:phone"></iron-icon>
Contact
</a>
</vaadin-tab>
</vaadin-tabs>
<div>Page content</div>
</vaadin-app-layout>
Install vaadin-app-layout
:
npm i @vaadin/vaadin-app-layout --save
Once installed, import it in your application:
import '@vaadin/vaadin-app-layout/vaadin-app-layout.js';
import '@vaadin/vaadin-app-layout/vaadin-drawer-toggle.js';
Vaadin components use the Lumo theme by default.
To use the Material theme, import the correspondent file from the theme/material
folder.
The components with the Lumo theme:
theme/lumo/vaadin-app-layout.js
theme/lumo/vaadin-drawer-toggle.js
The components with the Material theme:
theme/material/vaadin-app-layout.js
theme/material/vaadin-drawer-toggle.js
Aliases for theme/lumo/vaadin-app-layout.js
theme/lumo/vaadin-drawer-toggle.js
vaadin-app-layout.js
vaadin-drawer-toggle.js
Fork the vaadin-app-layout
repository and clone it locally.
Make sure you have npm installed.
When in the vaadin-app-layout
directory, run npm install
to install dependencies.
Run npm start
, browser will automatically open the component API documentation.
When in the vaadin-app-layout
directory, run npm test
To debug tests in the browser, run npm run test:debug
We are using ESLint for linting TypeScript code. You can check if your code is following our standards by running npm run lint
, which will automatically lint all .ts
files.
Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.
To contribute to the component, please read the guideline first.
Apache License 2.0
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
FAQs
vaadin-app-layout
The npm package @vaadin/vaadin-app-layout receives a total of 10,281 weekly downloads. As such, @vaadin/vaadin-app-layout popularity was classified as popular.
We found that @vaadin/vaadin-app-layout demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.