Skip to content

Commit

Permalink
refactor: adding options and better example
Browse files Browse the repository at this point in the history
  • Loading branch information
anandtiwary committed Mar 31, 2021
1 parent 4aaf58a commit 2f7a0d4
Show file tree
Hide file tree
Showing 20 changed files with 4,839 additions and 50 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"singleQuote": true,
"printWidth": 140,
"trailingComma": "none",
"arrowParens": "avoid"
}
15 changes: 15 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<html>
<head>
<script defer src="main.bundle.js"></script>
</head>
<body>
<div id="app" class="app-root">
<div class="title">
<h1>From Resize Demo</h1>
<h2 class="docs" id="docs"><a href="./types/index.html">Docs</a></h2>
</div>
<h4 class="container-title">Container with variable width. See Console for Output!</h4>
<div class="container" id="app-content"></div>
</div>
</body>
</html>
Loading

0 comments on commit 2f7a0d4

Please sign in to comment.