Socket
Socket
Sign inDemoInstall

zw_admin_demo

Package Overview
Dependencies
238
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    zw_admin_demo

React UI Library


Version published
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

zswui

React UI组件库 代号:雪人

从零开始构建的 React UI 组件库.实现了组件开发测试预览,文档撰写,从零配置 webpack@5,打包发布到 npm 一系列功能,详细教程请查看 wiki

安装

npm install zswui

引入样式

import "zswui/lib/zswui.css"

打包发布

npm run lib

npm login

npm publish

引用示例

import React, { Component } from 'react';
import { Button } from "zswui";

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

export default App;

demo(文档待完善)

https://winyh.github.io/zswui

[ winyh ], [ zswui ] 分别为 github 的 username 和仓库名

贡献代码

组件都在 components 目录下,单个组件用单个目录存放,在 components 目录下的 index.js 文件中集中对外抛出

可参考 button 组件

贡献代码规范请查看 wiki

Todo List

  • css 提取
  • 组件实现按需加载(tree shaking 摇树)
  • 用 Typescript 改写
  • 中台模板 Zswui Admin
  • 基于这个库实现可视化拖拽构建中台 Vuegg | 云凤蝶

参考组件库

组件库说明
Ant Design服务于企业级产品的设计体系(本项目样式参考)
RsuiteUI 规范参考* (本项目样式结构参考)
Fusion构建一套产品化设计系统和物料
Element基于 Vue 2.0 PC 端网站快速成型工具
iview基于 Vue.js 的高质量 UI 组件库
Vuetify偏向于扁平简洁大气风格
Bootstrap响应式,移动优先的组件库和规范
Material-ui基于 Material Design 设计系统
Semantic-ui偏向于扁平简洁大气风格
Grommet风格偏圆润
React-weui微信体系 UI 风格
React-grid布局参考样式

License

zswui is MIT licensed.

Keywords

FAQs

Last updated on 26 Mar 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc