🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

@uportal/sidebar-nav

Package Overview
Dependencies
Maintainers
13
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uportal/sidebar-nav

Sidebar navigation of present links for uPortal

latest
Source
npmnpm
Version
1.40.2
Version published
Maintainers
13
Created
Source

Sidebar Nav

NPM Version Maven Central Build Status

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Usage as Vue component

The component source can also be imported and used directly within other Vue projects.

import contentCarousel from '@uportal/sidebar-nav/src/components/SidebarNav';

This package requires an attribute link-data-url This attribute should reference a JSON file with the following structure:

{
  "topics": [
    {
      "title": "Test Item",
      "links": [
        {
          "title": "Link Title",
          "url": "/"
        },
        {
          "title": "Link Title",
          "url": "/"
        }
      ]
    },
    {
      "title": "Test Item",
      "links": [
        {
          "title": "Link Title",
          "url": "/"
        }
      ]
    }
  ]
}

Keywords

apereo

FAQs

Package last updated on 11 Sep 2023

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