Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sheinsight/shineout

高性能React组件库
https://github.com/sheinsight/shineout

css fast form high-performance react ui-components ui-design

Last synced: 3 months ago
JSON representation

高性能React组件库

Lists

README

        

[English](./README.md) | 简体中文


react-router


一个更加『轻量』和『快速』的基于React的桌面端组件库






## 特性

- 精巧且友好的 API
- 开箱即用的高性能 React 组件
- 接口永远向下兼容
- 灵活的主题配置

## 依赖

```
react >= 16.0.0
react-dom >= 16.0.0
```

## 浏览器支持

| [IE / Edge](http://godban.github.io/browsers-support-badges/)IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)Chrome | [Safari](http://godban.github.io/browsers-support-badges/)Safari | [Opera](http://godban.github.io/browsers-support-badges/)Opera | [Electron](http://godban.github.io/browsers-support-badges/)Electron |
| --------- | --------- | --------- | --------- | --------- | --------- |
| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions |

## 示例

- [精简且智能的表单](https://shine.wiki/1.4.x/cn/components/Form#heading-01-base)

[](https://shine.wiki/1.4.x/cn/components/Form#heading-01-base)

- [ 10000 条数据的高性能表格](https://shine.wiki/1.4.x/cn/components/Table#heading-08-bigdata)

[](https://shine.wiki/1.4.x/cn/components/Table#heading-08-bigdata)

## 安装

```bash
yarn add shineout
```
// or
```bash
npm install shineout
```

## CDN

```html

```

## 使用

```javascript
import { Button } from 'shineout'

```

引入 css

```javascript
import 'shineout/dist/theme.default.css' // or 'shineout/dist/theme.antd.css'
```

## 国际化

文档地址 [i18n](https://shine.wiki/1.4.x/cn/components/GetStart#heading-2-I18N)

## 链接

- [首页](http://shine.wiki/)
- [组件](https://shine.wiki/1.4.x/cn/components/GetStart)
- [更新日志](https://shine.wiki/1.4.x/cn/documentation/1.x.x)
- [易用表单](https://shine.wiki/1.4.x/cn/components/Form#heading-01-base)
- [性能表格](https://shine.wiki/1.4.x/cn/components/Table#heading-08-bigdata)
- [CodeSandbox 模板](https://codesandbox.io/s/delicate-http-y3duk)

## 开发

本地克隆:

```bash
$ git clone [email protected]:sheinsight/shineout.git
$ cd shineout
$ yarn
$ yarn start
```

访问 http://localhost:3000

## 开源许可
[MIT](./LICENSE)