Skip to content

Commit

Permalink
Add CodeSandbox example to README (#621)
Browse files Browse the repository at this point in the history
* Add CodeSandbox example to README

I found myself using CodeSandbox to test features and share examples frequently enough that I made a template for it based on the quick start guide in the README.

This adds a link to that template below the quick start section so people can jump right in to a live demo and tweak/edit it as they like.

* Include "edit" in the sandbox link

"You can [edit this example live]" instead of "You can edit [this example live]"
  • Loading branch information
pzcfg committed Feb 1, 2023
1 parent 8986077 commit b470dee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ function getData([col, row]: Item): GridCell {
}
```

You can [edit this example live](https://codesandbox.io/s/glide-data-grid-template-ydvnnk) on CodeSandbox

## Full API documentation

The full [API documentation is on the main site](https://grid.glideapps.com/docs/index.html).
Expand Down

0 comments on commit b470dee

Please sign in to comment.