Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
Updated codesandbox example (#1609)
Browse files Browse the repository at this point in the history
* docs: push "hello world" codesandbox to stay up to date automatically

* docs: update CodeSandbox links

* fix: rename example directory

* docs: revert sandbox URL change on README

* refactor: rename playground directory to codesandbox

* chore: update CodeSandbox links
  • Loading branch information
emyarod authored and asudoh committed Dec 5, 2018
1 parent 936c34d commit 4693211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<!--
Please try to re-create the issue using our CodeSandbox template available here:
https://codesandbox.io/s/x2mjypo6pp
https://codesandbox.io/s/github/IBM/carbon-components-react/tree/master/examples/codesandbox
This helps reduce the issue to an isolated case that helps us out when debugging.
If you're able to reproduce using the CodeSandbox link above, please include the
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ yarn add carbon-components-react carbon-components carbon-icons

3. For older browsers (e.g. IE11), polyfills listed in [`carbon-components-react/.storybook/polyfills.js` file](./.storybook/polyfills.js) is required.

If you just want to try out `carbon-components-react`, you can also use [CodeSandbox](https://codesandbox.io).
If you just want to try out `carbon-components-react`, you can also use [CodeSandbox](https://codesandbox.io/s/github/IBM/carbon-components-react/tree/master/examples/codesandbox).

[![Edit carbon-components-react](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/x2mjypo6pp)
[![Edit carbon-components-react](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/IBM/carbon-components-react/tree/master/examples/codesandbox)

## Development

Expand Down

0 comments on commit 4693211

Please sign in to comment.