All Projects → sheinsight → Shineout

sheinsight / Shineout

Licence: mit
高性能React组件库

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Shineout

dashkit-ui
UI Components built on React.
Stars: ✭ 17 (-97.05%)
Mutual labels:  ui-design, ui-components
monalisa-ui
MonalisaUI ✨ React Native UI Library
Stars: ✭ 37 (-93.59%)
Mutual labels:  ui-design, ui-components
CheckMarkView
UI view which draws programmatically a checkmark with different styles
Stars: ✭ 35 (-93.93%)
Mutual labels:  ui-design, ui-components
react-native-imaged-card-view
Rising Imaged Card View with Awesome Shadows and Fully Customizable Library for React Native
Stars: ✭ 16 (-97.23%)
Mutual labels:  ui-design, ui-components
Gramework
Fast and Reliable Golang Web Framework
Stars: ✭ 354 (-38.65%)
Mutual labels:  high-performance, fast
open design system
Open Source Design System using Sketch. It's early days of my project.
Stars: ✭ 22 (-96.19%)
Mutual labels:  ui-design, ui-components
Corium
Corium is a modern scripting language which combines simple, safe and efficient programming.
Stars: ✭ 18 (-96.88%)
Mutual labels:  fast, high-performance
PyGLM
Fast OpenGL Mathematics (GLM) for Python
Stars: ✭ 167 (-71.06%)
Mutual labels:  fast, high-performance
Rabbitui
Rabbit UI 是基于 Typescript 编写的UI组件库
Stars: ✭ 307 (-46.79%)
Mutual labels:  ui-design, ui-components
Kpc
A UI Components Library for Intact, Vue, React and Angular.
Stars: ✭ 266 (-53.9%)
Mutual labels:  ui-design, ui-components
BeLibnids
It is a platform to use multiprocess to combine dpdk and libnids together to support analyse packets in 10G port.
Stars: ✭ 36 (-93.76%)
Mutual labels:  fast, high-performance
Daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️  Tailwind Components
Stars: ✭ 382 (-33.8%)
Mutual labels:  ui-design, ui-components
LruClockCache
A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.
Stars: ✭ 35 (-93.93%)
Mutual labels:  fast, high-performance
Bulma.io-axure
AxureRP Library with Bulma.io components
Stars: ✭ 90 (-84.4%)
Mutual labels:  ui-design, ui-components
websocket
WebSocket for fasthttp
Stars: ✭ 51 (-91.16%)
Mutual labels:  fast, high-performance
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (-82.84%)
Mutual labels:  form, ui-components
Nonblocking
Implementation of a lock-free dictionary on .Net.
Stars: ✭ 237 (-58.93%)
Mutual labels:  high-performance, fast
Clevergo
👅 CleverGo is a lightweight, feature rich and high performance HTTP router for Go.
Stars: ✭ 246 (-57.37%)
Mutual labels:  high-performance, fast
nice-alert.js
Makes alert box suck less
Stars: ✭ 38 (-93.41%)
Mutual labels:  ui-design, ui-components
Numpy Stl
Simple library to make working with STL files (and 3D objects in general) fast and easy.
Stars: ✭ 356 (-38.3%)
Mutual labels:  high-performance, fast

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.0.0
react-dom >= 16.0.0

Browsers support

IE / EdgeIE / Edge FirefoxFirefox ChromeChrome SafariSafari OperaOpera ElectronElectron
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

Examples

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 />

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 [email protected]:sheinsight/shineout.git
$ cd shineout
$ yarn
$ yarn start

Open your browser and visit http://localhost:3000

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].