Add webber script and missing stuff from starter
This commit is contained in:
@ -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
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user