Add webber script and missing stuff from starter

This commit is contained in:
Angelos Chalaris
2019-08-22 08:41:24 +03:00
parent 807470bada
commit c2569fb2e6
53 changed files with 3336 additions and 32 deletions

View File

@ -1,3 +1,8 @@
---
title: ComponentName
tags: visual,state,effect,intermediate
---
### ComponentName
Explain briefly what the snippet does.
@ -19,21 +24,3 @@ function ComponentName(props) {
```jsx
ReactDOM.render(<ComponentName />, document.getElementById('root'));
```
<!-- OPTIONAL -->
#### Notes:
- Things to remember when using this
- Other options that might be less appealing or have lower compatibility
- Common mistakes and issues
<!-- tags: (separate each by a comma) -->
<!-- expertise: (0,1,2,3) -->
<!-- Expertise levels (pick only one, no parentheses):
0: beginner
1: intermediate
2: advanced
3: expert
-->