Skip to content

Commit

Permalink
Add example implementation to new_component.md (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
haworku authored Jan 13, 2021
1 parent 82329da commit 873b3b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/new_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,17 @@ labels: "type: feature"

## Requirements (proposed)
**Prop Interface**
```
``` JSX
Props = {
}
```

## Example Implementation (proposed)
``` JSX
return (
)
```

**More Details**
- `<div>`root element

Expand Down

0 comments on commit 873b3b4

Please sign in to comment.