🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

dev-dashboard

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev-dashboard

local debugging dashboard

latest
Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
24
-22.58%
Maintainers
1
Weekly downloads
 
Created
Source

introduce

为产生本地 💻 调试环境,提效 🚀 而二次封装的 Dashboard。

usage

单路由极简风格

import { Simple } from "dev-dashoard";

<Simple />

Props

type SimpleProps = {
  title?: string;
  useHash?: boolean; // 是否使用 hash 模式
  routes: Array<{
    name: string
    icon: React.ReactNode
    path: string
    component: React.FunctionComponent | React.ComponentClass
  }>
}

alt="星彩";

Keywords

local

FAQs

Package last updated on 11 Oct 2021

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