New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wx-navigation-bar

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wx-navigation-bar

微信小程序自定义导航栏

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
3
-57.14%
Maintainers
1
Weekly downloads
 
Created
Source

小程序自定义导航栏

screenshots

使用说明

引入npm 包

npm i wx-navigation-bar

页面或全局引用

"usingComponents": {
  "my-navigation-bar": "wx-navigation-bar/navigation-bar"
}

页面使用

<my-navigation-bar title="{{title}}" backgroundcolor="var(--td-brand-color)">
    <t-icon slot="arrow-left" color="#fff" name="chevron-left" size="56rpx" />
</my-navigation-bar>

Keywords

小程序

FAQs

Package last updated on 14 Aug 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