New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@logo-elements/app-layout

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logo-elements/app-layout

A web component for building common application layouts includes drawer functionality.

23.0.0
latest
npm
Version published
Weekly downloads
13
225%
Maintainers
4
Weekly downloads
 
Created
Source

@logo-elements/app-layout

A web component for building common application layouts.

npm version

<logo-elements-app-layout>
  <logo-elements-drawer-toggle slot="navbar touch-optimized"></logo-elements-drawer-toggle>
  <h3 slot="navbar touch-optimized">Application Name</h3>
  <logo-elements-tabs orientation="vertical" slot="drawer">
    <logo-elements-tab>
      <a href="/profile">
        <logo-elements-icon icon="leds:user"></logo-elements-icon>
        Profile
      </a>
    </logo-elements-tab>
    <logo-elements-tab>
      <a href="/contact">
        <logo-elements-icon icon="leds:phone"></logo-elements-icon>
        Contact
      </a>
    </logo-elements-tab>
  </logo-elements-tabs>
  <div>Page content</div>
</logo-elements-app-layout>

Installation

Install the component:

npm i @logo-elements/app-layout -s

Once installed, import the components in your application:

import '@logo-elements/app-layout';
import '@logo-elements/app-layout/logo-elements-drawer-toggle.js';

For more detailed information, please visit:

Logo Elements Documentation ↗

Keywords

Logo Elements

FAQs

Package last updated on 07 Oct 2022

Did you know?

Socket

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.

Install

Related posts