Awesome
English | 简体中文
<p align="center"> <img alt="react-router" src="https://user-images.githubusercontent.com/101764/44770646-44f53000-ab9b-11e8-834e-2b1394cea318.png" width="300"> </p> <p align="center"> A components library for <a href="https://facebook.github.io/react">React</a> </p> <p align="center"> <a href="https://www.npmjs.com/package/shineout"><img src="https://img.shields.io/npm/v/shineout.svg?style=flat-square"></a> <a href="https://www.npmjs.com/package/shineout"><img src="https://img.shields.io/npm/dm/shineout.svg?style=flat-square"></a> <a href="https://david-dm.org/sheinsight/shineout"><img src="https://img.shields.io/david/sheinsight/shineout.svg?style=flat-square"></a> <img src="https://img.shields.io/badge/React-%3E%3D16.0.0-green.svg?style=flat-square"> </p>✨ Features
- A concise and friendly API
- A set of high-performance React components out of the box.
- Always backward compatible
- Flexible theme customization
🛠️ Requirements
react >= 16.0.0
react-dom >= 16.0.0
🖥 Browsers support
🔍 Examples
<img src="./site/images/form.gif" />
<img src="./site/images/table.gif" />
📦 Installation
npm install shineout
yarn add shineout
pnpm add shineout
⚡ CDN
<link rel="stylesheet" href="https://unpkg.com/shineout/dist/theme.default.css" />
<script crossorigin src="https://unpkg.com/shineout/dist/shineout.min.js"></script>
🔧 Usage
import { Button } from 'shineout'
<Button>Click me</Button>
And import style manually:
import 'shineout/dist/theme.default.css' // or 'shineout/dist/theme.antd.css'
🌐 Internationalization
See i18n
🔗 Links
🚀 Development
clone locally:
$ git clone git@github.com:sheinsight/shineout.git
$ cd shineout
$ yarn
$ yarn start
Open your browser and visit http://localhost:3000