Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@jimengio/inspect-tip

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimengio/inspect-tip

> A tip for displaying debug informations during development.

latest
npmnpm
Version
0.1.2
Version published
Maintainers
4
Created
Source

Inspect Tip

A tip for displaying debug informations during development.

Usage

yarn add @jimengio/inspect-tip
import InspectTip from "@jimengio/inspect-tip";


<InspectTip text="debug text" data={{ data: "demo data" }} className={styleTip} />
<InspectTip text={["Chunks", null, "of", null, "data"]} data={{ data: "demo " }} className={styleChunksTip} />

Demo http://fe.jimu.io/inspect-tip/

Workflow

https://github.com/jimengio/ts-workflow

License

MIT

FAQs

Package last updated on 28 Apr 2019

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