Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 962 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 962 Bytes

sgcc-component

admin component

NPM JavaScript Style Guide

Install / 安装

npm install --save sgcc-component

Usage / 使用

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

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

地址

访问地址:http://60.28.54.104:17001

开发说明

该组件项目开发说明

License

MIT © 综合能源管理平台