new ButtonConnection(className, idUser, children) → {JSX.Element}
Render the connection button for user
Parameters:
| Name | Type | Description |
|---|---|---|
className |
string | classname given to button |
idUser |
number | User ID |
children |
object | Corresponds to the content inside ButtonConnection |
Returns:
- Return the connection button with user N
- Type
- JSX.Element