🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fc-components/menu

Package Overview
Dependencies
Maintainers
5
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fc-components/menu

The Menu component used for flashcat.

latest
npmnpm
Version
1.2.21
Version published
Maintainers
5
Created
Source

@fc-components/menu

The menu component used for flashcat and n9e.

Usage

https://github.com/n9e/fe-v5/blob/master/src/components/menu/index.tsx#L306

Type

目前有两种菜单模式,CollapseFcMenu(折叠菜单), FloatFcMenu(浮动菜单)

Publish

npm publish --access public

how to debugger

方法 1:link 进去

//在本项目中
sudo npm link
//在fe-v5或fc-saas-web中
npm link @fc-components/menu

方法 2:相对路径引入

import { FloatFcMenu, CollapseFcMenu } from '../../../../fc-menu/src';

Keywords

React

FAQs

Package last updated on 14 May 2025

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