You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[fetch]| <code>boolean</code> | when true, fetches user and posts from the [Forem API](https://developers.forem.com/api/v0#tag/users/operation/getUser)|
104
105
|[name]| <code>string</code> | The name of the user |
105
106
|[summary]| <code>string</code> | The user's bio |
106
107
|[joined_at]| <code>string</code> | The date the user joined |
107
108
|[profile_image]| <code>string</code> | The URL of the user's profile image |
108
-
|[fetch]| <code>boolean</code> | when true, fetches user and posts from api |
109
109
|[post_count]| <code>number</code> | The number of posts the user has published |
110
110
|[latest_post]| <code>string</code> | User's latest post content, JSON stringified |
111
111
|[popular_post]| <code>string</code> | User's most popular post content, JSON stringified |
112
+
|[theme]| <code>string</code> | color theme for the component |
112
113
113
114
**Example**
114
115
```js
@@ -135,7 +136,7 @@ dev.to post web component
135
136
| url | <code>string</code> | Post URL |
136
137
| cover_image | <code>string</code> | Post cover image URL |
137
138
| social_image | <code>string</code> | Post social image URL |
138
-
|[fetch]| <code>boolean</code> | when true, fetches post from api |
139
+
|[fetch]| <code>boolean</code> | when true, fetches post from the [Forem API](https://developers.forem.com/api/v0#tag/articles/operation/getArticleById)|
0 commit comments