yh-web-ui

1.0.1 • Public • Published

yh-web-ui

React UI组件库

安装

npm install yh-web-ui

引入样式

import "yh-web-ui/lib/index.css"

打包发布

npm run lib

npm login

npm publish

引用示例

import React, { Component } from 'react';
import { Btn } from "yh-web-ui";
import "yh-web-ui/lib/index.css";

class App extends Component {
  render(){
    return (
      <div className="main">
        <Btn> Hi, Boy! </Btn>
      </div>
    );
  }
}

export default App;

Readme

Keywords

Package Sidebar

Install

npm i yh-web-ui

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

2.7 MB

Total Files

50

Last publish

Collaborators

  • xuz_180623