Skip to content

Commit

Permalink
Added example
Browse files Browse the repository at this point in the history
  • Loading branch information
raulrene committed Mar 4, 2019
1 parent c60e3b2 commit c878c0e
Show file tree
Hide file tree
Showing 9 changed files with 6,636 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions example/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"presets": [
"es2015",
"react"
]
}
190 changes: 190 additions & 0 deletions example/bundle/example.bundle.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions example/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>React Utils Button | react-utils-button</title>
</head>
<body>
<div id="app"></div>
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script src="./bundle/example.bundle.js"></script>
</body>
</html>
Loading

0 comments on commit c878c0e

Please sign in to comment.