-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abf9c00
commit 6f212f4
Showing
2 changed files
with
32 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
# ReactGrid - Spreadsheet experience for your React app | ||
<img alt="Sample app" src="public/rg-banner.png"/> | ||
|
||
#### ReactGrid is an open-source React component designed to give your application a spreadsheet-like experience. Whether you're displaying or editing data, ReactGrid offers a seamless, intuitive interface that feels just like working with Excel. | ||
<div align="center"> | ||
|
||
Version 5 provides complete flexibility in implementing individual functionalities. This means you can customize and extend the grid's behavior to fit your specific needs, ensuring a tailored experience for your application. | ||
ReactGrid is an open-source React component for displaying and editing data in a spreadsheet-like way. 🚀 | ||
|
||
We've put a lot of hard work into making this the best data grid for React. If you appreciate what we've built, consider giving the project a star ⭐ on GitHub! | ||
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/silevis/reactgrid/blob/develop/LICENSE) | ||
[![reactgrid](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/hwrqiy&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/hwrqiy/runs) | ||
|
||
### Features | ||
<img alt="Sample app" src="https://reactgrid.com/sample.gif"/> | ||
|
||
We've put a lot of effort in this software<br/> | ||
If you like our work, please give this project a star ⭐ | ||
|
||
</div> | ||
| ||
|
||
# Check out the new v5-alpha version | ||
|
||
🌐 [Visit our new Website](https://silevis.github.io/reactgrid/) | ||
|
||
📚 [Dive into the Documentation](https://silevis.github.io/reactgrid/docs/5.0/1-getting-started) to get started quickly and easily. | ||
|
||
# Features | ||
|
||
- Handling data changes | ||
- Column resizing | ||
|
@@ -22,16 +37,18 @@ We've put a lot of hard work into making this the best data grid for React. If y | |
- Customizable behaviors | ||
- API hook that allows you to interact with a ReactGrid | ||
|
||
# Installation | ||
|
||
```bash | ||
npm i @silevis/[email protected] | ||
``` | ||
|
||
# Examples | ||
|
||
Examples can be found in the [.stories](https://github.com/silevis/reactgrid/tree/v5-dev/reactgrid/stories) files. | ||
|
||
# Licensing | ||
|
||
ReactGrid is published under the [MIT License](./LICENSE). | ||
|
||
# Authors | ||
|
||
<div align="center"> | ||
<a | ||
href="https://www.silevis.com/?utm_source=github&utm_medium=reactgrdigit&utm_campaign=github" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
<img src="public/silevis.png" alt="Silevis" width="400"/> | ||
</a> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.