Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
webloopbox committed Nov 4, 2024
1 parent abf9c00 commit 6f212f4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 15 deletions.
47 changes: 32 additions & 15 deletions reactgrid/README.md
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>
&nbsp;

# 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
Expand All @@ -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>
Binary file added reactgrid/public/rg-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f212f4

Please sign in to comment.