diff --git a/reactgrid/README.md b/reactgrid/README.md index 8509887c..cc03fa36 100644 --- a/reactgrid/README.md +++ b/reactgrid/README.md @@ -1,12 +1,27 @@ -# ReactGrid - Spreadsheet experience for your React app +Sample app -#### 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. +
-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 +Sample app + +We've put a lot of effort in this software
+If you like our work, please give this project a star ⭐ + +
+  + +# 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/reactgrid@5.0.0-alpha.1 -``` - -# 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 + +
+ + Silevis + +
diff --git a/reactgrid/public/rg-banner.png b/reactgrid/public/rg-banner.png new file mode 100644 index 00000000..3f79f877 Binary files /dev/null and b/reactgrid/public/rg-banner.png differ