Skip to content

sheinsight/shineout-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 简体中文

react-router

A components library for React

✨ 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.14.0
react-dom >= 16.14.0

🖥 Browsers support

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

📦 Installation

npm install shineout
yarn add shineout
pnpm add shineout

🔗 CDN

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

🔨 Usage

import { Button } from 'shineout'

<Button>Click me</Button>

📄 LICENSE

MIT