English | 简体中文
Important
This is the 2.x version of shineout, which is now in maintenance mode. The latest 3.x version has been released in a new repository: 👉 sheinsight/shineout-next We recommend using 3.x for new projects.
A components library for React
- A concise and friendly API
- A set of high-performance React components out of the box.
- Always backward compatible
- Flexible theme customization
react >= 16.0.0
react-dom >= 16.0.0
![]() IE / Edge |
![]() Firefox |
![]() Chrome |
![]() Safari |
![]() Opera |
![]() Electron |
|---|---|---|---|---|---|
| IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
npm install shineoutyarn add shineoutpnpm add shineout<link rel="stylesheet" href="https://unpkg.com/shineout/dist/theme.default.css" />
<script crossorigin src="https://unpkg.com/shineout/dist/shineout.min.js"></script>import { Button } from 'shineout'
<Button>Click me</Button>And import style manually:
import 'shineout/dist/theme.default.css' // or 'shineout/dist/theme.antd.css'See i18n
clone locally:
$ git clone git@github.com:sheinsight/shineout.git
$ cd shineout
$ yarn
$ yarn startOpen your browser and visit http://localhost:3000








