Skip to content

Commit

Permalink
Add basic library
Browse files Browse the repository at this point in the history
  • Loading branch information
faridsaud committed Aug 14, 2020
1 parent 38f13ee commit fbc1fb1
Show file tree
Hide file tree
Showing 8 changed files with 373 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node_modules

# builds
build
dist
.rpt2_cache

# misc
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v12.16.1
9 changes: 9 additions & 0 deletions dist/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* add css module styles here (optional) */

._3ybTi {
margin: 2em;
padding: 0.5em;
border: 2px solid #000;
font-size: 2em;
text-align: center;
}
182 changes: 182 additions & 0 deletions dist/index.js

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

1 change: 1 addition & 0 deletions dist/index.js.map

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

Loading

0 comments on commit fbc1fb1

Please sign in to comment.