Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thevelops/tv-menus

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thevelops/tv-menus

A collection of menu components

  • 3.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

tv-menus

A collection of menu components

Installing

npm install --save tv-menus

In you style index add:

@import path/to/node_modules/tv-menus/dist/style.css

Components

  • Header - A Header with logo and clickable items
  • Sidebar - A exapandable Sidebar with clickable items

Docs

Header

Header with logo, a tab bar and options on the right

FieldTypeDescription
classNamestring
itemsarrayarray of items
logostringurl to logo image.
logoClickActionfunc
optionsarrayarray of options
titlestring
header items

Placed in the left side next to the title

FieldTypeDescription
idstring(required)
namestring(required)
clickActionfunc
header options

Placed in the far right side

FieldTypeDescription
idstring(required)
clickActionfunc
imgstringurl to icon image
namestring

Sidebar

Sidebar with expandable option

FieldTypeDescription
classNamestring
expandableboolDefault false
itemsarrayarray of items
sidebar items
FieldTypeDescription
idstring(required)
labelstring(required)
clickActionfunc
iconstringUrl to icon image. Required when expandable is true.

Development

For development checkout this section.

FAQs

Package last updated on 08 Apr 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc