基于 React 的 UI 组件库 uiw-react

码农软件 · 软件分类 · UI组件库 · 2019-08-01 18:12:30

软件介绍

uiw

高品质的UI工具包,React 16+的组件库。

安装

npm install uiw --save

使用

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'uiw';

ReactDOM.render(
  Hello, 
  document.getElementById('app')
);

开发

要开发,运行自重新构建,获取代码:

$ git clone https://github.com/uiwjs/uiw.git
$ cd uiw
$ npm install # or  yarn install

要开发,运行自重新构建:

# Run the app
# Restart the app automatically every time code changes. 
# Useful during development.
$ npm start

打开浏览器并访问:http://127.0.0.1:2087

更新文档

npm run deploy

文件目录说明

├── dist           # document the static file.
├── docs           # documentation in markdown
├── lib            
├── package.json
├── script
└── src            # react source code

本文地址:https://codercto.com/soft/d/11429.html

数据结构与算法:Python语言描述

数据结构与算法:Python语言描述

裘宗燕 / 机械工业出版社 / 2016-1 / CNY 45.00

本书基于Python语言介绍了数据结构与算法的基本知识,主要内容包括抽象数据类型和Python面向对象程序设计、线性表、字符串、栈和队列、二叉树和树、集合、排序以及算法的基本知识。本书延续问题求解的思路,从解决问题的目标来组织教学内容,注重理论与实践的并用。一起来看看 《数据结构与算法:Python语言描述》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码