Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.67 KB

README-zh_CN.md

File metadata and controls

65 lines (47 loc) · 2.67 KB

English | 简体中文

react-router

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

✨ 特性

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

🛠️ 依赖

react >= 16.14.0
react-dom >= 16.14.0

🖥 浏览器支持

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
Electron
Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

📦 安装

npm install shineout
yarn add shineout
pnpm add shineout

🔗 CDN

<script crossorigin src="https://unpkg.com/shineout/dist/shineout.min.js"></script>

🔨 使用

import { Button } from 'shineout'

<Button>Click me</Button>

📄 开源许可

MIT