Skip to content

Commit e0f8aeb

Browse files
authored
Update README.md
1 parent fb255c4 commit e0f8aeb

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,13 @@ This will send `<p>Some Child</p>` via this.props.children to the React componen
156156
Note that `<p>Some Child</p>` is a dom node and not a react component. So it will be wrapped with a simple react component found here: https://github.com/a7ul/react-webcomponentify/blob/master/src/react-dom-child.js
157157
But for implementation purposed use it like a regular child component.
158158

159-
# TODO
160-
161-
- ~Live Demos~
162-
- ~Maybe Typescript this?~
163-
- Test cases
159+
# Maintainers
160+
161+
<table>
162+
<tr>
163+
<td align="center"><a href="https://github.com/a7ul"><img src="https://avatars.githubusercontent.com/u/4029423?v=4" width="100px;" alt=""/><br /><sub><b>Atul R</b></sub></a></td>
164+
<td align="center"><a href="https://github.com/kopach"><img src="https://avatars.githubusercontent.com/u/8749624?v=4" width="100px;" alt=""/><br /><sub><b>
165+
Ihor</b></sub></a></td>
166+
</tr>
167+
168+
</table>

0 commit comments

Comments
 (0)