# shineout **Repository Path**: orientMoon/shineout ## Basic Information - **Project Name**: shineout - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-10 - **Last Updated**: 2025-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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
npm install shineout
```
```bash
yarn add shineout
```
```bash
pnpm add shineout
```
## ⚡ CDN
```html
```
## 🔧 使用
```tsx
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 git@github.com:sheinsight/shineout.git
$ cd shineout
$ yarn
$ yarn start
```
访问 http://localhost:3000
## 📄 开源许可
[MIT](./LICENSE)