Socket
Socket
Sign inDemoInstall

@modulbank/components-header

Package Overview
Dependencies
30
Maintainers
4
Versions
146
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @modulbank/components-header

component header for modulbank, kassa, buh


Version published
Weekly downloads
25
increased by127.27%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

Header

** This Header component only for kassa, buh and bank sites only ** ** You must have nuxt instance **


publish package

Публиковать пакет через терминал НЕ нужно!!!

1 - Меняем версию пакета

2 - После создания мрки, публикуем пакет, с помощью этапа в ci/cd publish

3 - Публикуем его в нексус, с помощью этапа publish_nexus

4 - Используем его в проекте с новой версией

how to use

1 -

npm i @modulbank/components-header

2 - in your layout

import MbHeader from '@modulbank/components-header/src/index.vue';

3 - reg as component

components: { MbHeader }

4 - you need to pass the prop menuContent

menuContent should have this structure

{ project!: bank, buh or kassa menuList!: [ { title! link dropdown: [ type!: bold | normal text link col ] banner } ] personalMenu!: [ { icon link text col } ] }

FAQs

Last updated on 19 Sep 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc