Update all snippets to new format
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
### TextArea
|
||||
---
|
||||
title: TextArea
|
||||
tags: input,beginner
|
||||
---
|
||||
|
||||
Renders a `<textarea>` element that uses a callback function to pass its value to the parent component.
|
||||
|
||||
@ -33,7 +36,3 @@ ReactDOM.render(
|
||||
document.getElementById('root')
|
||||
);
|
||||
```
|
||||
|
||||
<!-- tags: input -->
|
||||
|
||||
<!-- expertise: 0 -->
|
||||
|
||||
Reference in New Issue
Block a user