New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

components-admin

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

components-admin

主要是针对后台管理系统进行一些组件定制化封装

0.0.12
latest
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

components-admin

简介

主要是针对后台管理系统进行一些组件定制化封装,提高工作效率 接入方式:

npm install @doctorwork/components-admin

组件列表

Uploader 说明:图片上传组件 接入方式:

import {Uploader} from '@doctorwork/components-admin';

<Uploader >
	{
		imgList.map((img,index) => <Image src={img} key={index}></Image>)
	}
</Uploader>

Keywords

react

FAQs

Package last updated on 25 Jun 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