Update tags for all snippets

Resolves #92
This commit is contained in:
Angelos Chalaris
2020-03-16 12:50:44 +02:00
parent accea9b71c
commit ae78e6d456
30 changed files with 31 additions and 31 deletions

View File

@ -1,6 +1,6 @@
---
title: ControlledInput
tags: input,state,effect,intermediate
tags: components,state,effect,intermediate
---
Renders an `<input>` element with internal state, that uses a callback function to pass its value to the parent component.