Popularity
5.7
Growing
Activity
9.6
Growing
754
23
132
Programming language: JavaScript
License: MIT License
Latest version: v1.5.2
shineout alternatives and similar libraries
Based on the "Table / Data Grid" category.
Alternatively, view shineout alternatives based on common mentions on social networks and blogs.
-
AG Grid
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript. -
react-data-grid
Feature-rich and customizable data grid React component -
fixed-data-table
A React table component designed to allow presenting thousands of rows of data. -
react-bootstrap-table
A Bootstrap table built with React.js -
mui-datatables
Datatables for React using Material-UI - https://www.material-ui-datatables.com -
autoresponsive-react
Auto Responsive Layout Library For React -
react-pivot
React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration. -
Glide Data Grid
🦝 Glide Data Grid is a no compromise, outrageously fast data grid for your React project, with rich rendering, first class accessibility, and full TypeScript support. -
react-data-components
React components for sorting, filtering and pagination of data. -
react-tabulator
React Tabulator is based on tabulator - a JS table library with many advanced features. -
ka-table
Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more -
gigatables-react
GigaTables is a ReactJS plug-in to help web-developers process table-data in applications and CMS, CRM, ERP or similar systems. -
ag-grid
Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components.
Appwrite - The Open Source Firebase alternative introduces iOS support
Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Promo
appwrite.io
Do you think we are missing an alternative of shineout or a related project?
README
English | [简体中文](./README-zh_CN.md)
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
<!-- View docs here -->
Requirements
react >= 16.0.0
react-dom >= 16.0.0
Browsers support
IE / Edge | Firefox | Chrome | Safari | Opera | Electron |
---|---|---|---|---|---|
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](./LICENSE)
*Note that all licence references and agreements mentioned in the shineout README section above
are relevant to that project's source code only.