@uportal/sidebar-nav

1.40.2 • Public • Published

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": "/"
        }
      ]
    }
  ]
}

/@uportal/sidebar-nav/

    Package Sidebar

    Install

    npm i @uportal/sidebar-nav

    Weekly Downloads

    10

    Version

    1.40.2

    License

    Apache-2.0

    Unpacked Size

    395 kB

    Total Files

    18

    Last publish

    Collaborators

    • loulou2u
    • rmathis1138
    • vertein
    • sibley
    • doug.reed
    • apetro
    • zeke.witter
    • christianmurphy
    • drewwills
    • bjagg
    • cbeach47
    • jgribonvald
    • nogalpaulina