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: about 2 months ago
JSON representation
高性能React组件库
- Host: GitHub
- URL: https://github.com/sheinsight/shineout
- Owner: sheinsight
- License: mit
- Created: 2018-07-27T08:46:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T08:31:30.000Z (8 months ago)
- Last Synced: 2024-04-11T09:53:01.956Z (8 months ago)
- Topics: css, fast, form, high-performance, react, ui-components, ui-design
- Language: TypeScript
- Homepage: https://shine.wiki
- Size: 58.8 MB
- Stars: 908
- Watchers: 25
- Forks: 151
- Open Issues: 47
-
Metadata Files:
- Readme: README-zh_CN.md
- License: LICENSE
Awesome Lists containing this project
- awesome - sheinsight/shineout - 高性能 React 组件库 (TypeScript)
- awesome-react-components - shineout - [demo](https://shine.wiki/1.4.x/en/components/GetStart) - Chinese-friendly set of components: form elements, navigation, table, tree, tree select drop-down etc. (UI Frameworks / Responsive)
- awesome-react - shineout - Chinese-friendly set of components: form elements, navigation, table, tree, tree select drop-down etc. ![](https://img.shields.io/github/stars/sheinsight/shineout.svg?style=social&label=Star) (UI Frameworks / style)
- awesome-list - shineout
- awesome-react-components - shineout - [demo](https://shine.wiki/1.3.x/en/components/Table#heading-08-bigdata) - A comprehensive solution for complicated/big-data table. (UI Components / Table / Data Grid)
- awesome-react-components - shineout - [demo](https://shine.wiki/1.4.x/en/components/GetStart) - Chinese-friendly set of components: form elements, navigation, table, tree, tree select drop-down etc. (UI Frameworks / Responsive)
- awesome-react-components - shineout - [demo](https://shine.wiki/1.4.x/en/components/GetStart) - Chinese-friendly set of components: form elements, navigation, table, tree, tree select drop-down etc. (UI Frameworks / Responsive)
- best-of-react - GitHub - 31% open · ⏱️ 06.06.2024): (UI Frameworks & Libraries)
- fucking-awesome-react-components - shineout - 🌎 [demo](shine.wiki/1.4.x/en/components/GetStart) - Chinese-friendly set of components: form elements, navigation, table, tree, tree select drop-down etc. (UI Frameworks / Responsive)
README
[English](./README.md) | 简体中文
一个更加『轻量』和『快速』的基于React的桌面端组件库## 特性
- 精巧且友好的 API
- 开箱即用的高性能 React 组件
- 接口永远向下兼容
- 灵活的主题配置## 依赖
```
react >= 16.0.0
react-dom >= 16.0.0
```## 浏览器支持
| [](http://godban.github.io/browsers-support-badges/)IE / Edge | [](http://godban.github.io/browsers-support-badges/)Firefox | [](http://godban.github.io/browsers-support-badges/)Chrome | [](http://godban.github.io/browsers-support-badges/)Safari | [](http://godban.github.io/browsers-support-badges/)Opera | [](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)