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

cetc-admin-component

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

cetc-admin-component

admin template component

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

cetc-admin-component

admin template component

NPM JavaScript Style Guide

Install / 安装

npm install --save cetc-admin-component

Usage / 使用

import React from 'react'
import { Button } from 'cetc-admin-component'
import 'cetc-admin-component/dist/index.css'
import '@alifd/next/dist/next.css' // 因为依赖了@alifd/next的样式,所以需要引入

class Example extends React.Component {
  render () {
  	return (
      <Button>我是一个按钮</Button>
  	)
  }
}

组件文档

访问地址:http://www.yanzengyong.site/cetc-admin-component/

开发说明

该组件项目开发说明

License

MIT © 数据智能服务小组

FAQs

Package last updated on 22 Mar 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