Skip to content

Commit 9b8b08f

Browse files
authored
README improvements and link to Glide Jobs page (glideapps#393)
* Link to product page * Shell highligting * Copyedits * Hiring * Spacing does not work * Put badges under image * Improve screenshot * Dark mode * Transparency * Fix image references We will have to merge to test * optimize
1 parent 91b2843 commit 9b8b08f

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

README.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
<h1 align="center">
2-
<img src="https://raw.githubusercontent.com/glideapps/glide-data-grid/master/icon.png" width="224px"/><br/>
2+
<img src="https://raw.githubusercontent.com/glideapps/glide-data-grid/master/media/icon.png" width="224px"/><br/>
33
<b>Glide Data Grid</b>
44
</h1>
5-
<p align="center">A relatively small HTML5 Canvas based data editor supporting <b>millions</b> of rows, <b>rapid</b> updating, and fully <b>native scrolling</b>. We built <a href="https://grid.glideapps.com" target="_blank">Data Grid</a> as the basis for the <a href="https://docs.glideapps.com/all/reference/data-editor/introduction-to-the-data-editor" target="_blank">Glide Data Editor</a>.</p>
5+
<p align="center">A canvas-based data grid, supporting <b>millions</b> of rows, <b>rapid</b> updating, and <b>native scrolling</b>.</p>
6+
7+
<p align="center">Built as the basis for the <a href="https://www.glideapps.com/data-editor" target="_blank">Glide Data Editor</a>. <a href="https://www.glideapps.com/jobs#open-positions" target="_blank">We're hiring</a>.</p>
8+
9+
10+
<picture>
11+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/glideapps/glide-data-grid/master/media/data-grid-dark.png">
12+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/glideapps/glide-data-grid/master/media/data-grid.png">
13+
<img alt="Glide Data Grid with sample data" src="https://raw.githubusercontent.com/glideapps/glide-data-grid/master/media/data-grid.png">
14+
</picture>
615

716
[![Version](https://img.shields.io/npm/v/@glideapps/glide-data-grid?color=blue&label=latest&style=for-the-badge)](https://github.com/glideapps/glide-data-grid/releases)
817
[![React 16+](https://img.shields.io/badge/React-16+-00ADD8?style=for-the-badge&logo=react)](https://reactjs.org)
@@ -11,8 +20,6 @@
1120
[![License](https://img.shields.io/github/license/glideapps/glide-data-grid?color=red&style=for-the-badge)](https://github.com/glideapps/glide-data-grid/blob/main/LICENSE)
1221
[![Made By Glide](https://img.shields.io/badge/❤_Made_by-Glide-11CCE5?style=for-the-badge&logo=none)](https://www.glideapps.com/jobs)
1322

14-
![Data Grid](https://raw.githubusercontent.com/glideapps/glide-data-grid/master/data-grid.jpg)
15-
1623
# 👩‍💻 Demo and features
1724

1825
Lot's of fun examples are in our [Storybook](https://glideapps.github.io/glide-data-grid).
@@ -34,13 +41,13 @@ Lot's of fun examples are in our [Storybook](https://glideapps.github.io/glide-d
3441

3542
First make sure you are using React 16 or greater. Then install the data grid:
3643

37-
```
44+
```shell
3845
npm i @glideapps/glide-data-grid
3946
```
4047

4148
You may also need to install the peer dependencies if you don't have them already:
4249

43-
```
50+
```shell
4451
npm i lodash marked react-responsive-carousel styled-components
4552
```
4653

@@ -171,4 +178,4 @@ import DataEditor from "@glideapps/glide-data-grid";
171178
export default function Grid() {
172179
return <DataEditor {...args} />;
173180
}
174-
```
181+
```

data-grid.jpg

-230 KB
Binary file not shown.

media/data-grid-dark.png

84.2 KB
Loading

media/data-grid.png

84.4 KB
Loading

icon.png renamed to media/icon.png

File renamed without changes.

0 commit comments

Comments
 (0)