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

vue-alphanav

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-alphanav - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

3

package.json
{
"private": false,
"name": "vue-alphanav",
"version": "1.0.5",
"version": "1.0.6",
"description": "Alphabetical Navigation bar displayed using flexbox.",
"main": "./dist/index.js",
"repository": "git://github.com/xavsio4/vue-alphanav.git",
"scripts": {

@@ -8,0 +9,0 @@ "dev": "vue serve Alphanav.vue",

# vue-alphanav
Alphabetical Navigation Bar using flexbox made with Vue.
This bar can be displayed horizontaly or verticaly. Bind any action to the click event. It will adapt to the container you'll put it in.
This bar can be displayed horizontaly or verticaly. Bind any action to the click event (@selected). It will adapt to the container you'll put it in.

@@ -38,2 +38,8 @@ in order to install it in your project

## Available props
| Prop | Type | Required | Default | Description |
|-----------------------|-----------------------------|----------|-----------|-------------|
| direction | String | NO | horizontal | wether the nav list is displayed vertically or horizontally. Values are: horizontal/vertical|
As it is still under developpement, please be patient for more.
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