1.40.2 • Published 8 months ago

@uportal/sidebar-nav v1.40.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

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

10 months ago

1.40.2

8 months ago

1.40.1

10 months ago

1.39.0

11 months ago

1.38.1

1 year ago

1.37.0

3 years ago

1.36.0

4 years ago

1.35.0

4 years ago

1.34.3

4 years ago

1.34.2

4 years ago

1.34.1

4 years ago

1.34.0

4 years ago