A lightweight desktop components library for React
shineout
A lightweight desktop components library for React.
Installation
yarn add shineout
// or
npm install 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 />