Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
playground using codesandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Mar 4, 2019
1 parent 74aeb5a commit 7605ff2
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 543 deletions.
15 changes: 14 additions & 1 deletion playground/index.html
@@ -1,6 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<style>
html,
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="app"></div>
<iframe
src="https://codesandbox.io/embed/jp590043k3?fontsize=14"
style="width:100%; height:100vh; border:0; border-radius: 4px; overflow:hidden;"
sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"
></iframe>
</body>
</html>
58 changes: 0 additions & 58 deletions playground/src/actions/index.ts

This file was deleted.

15 changes: 0 additions & 15 deletions playground/src/components/TodoApp.tsx

This file was deleted.

38 changes: 0 additions & 38 deletions playground/src/components/TodoFooter.tsx

This file was deleted.

79 changes: 0 additions & 79 deletions playground/src/components/TodoHeader.tsx

This file was deleted.

40 changes: 0 additions & 40 deletions playground/src/components/TodoList.tsx

This file was deleted.

104 changes: 0 additions & 104 deletions playground/src/components/TodoListItem.tsx

This file was deleted.

36 changes: 0 additions & 36 deletions playground/src/index.tsx

This file was deleted.

0 comments on commit 7605ff2

Please sign in to comment.