English | 简体中文
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.14.0
react-dom >= 16.14.0
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
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
<script crossorigin src="https://unpkg.com/shineout/dist/shineout.min.js"></script>
import { Button } from 'shineout'
<Button>Click me</Button>