vue-alphanav
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
11041
45