IntroductionStreami18nReadme
Top Level Components
UI Components
Layout Components
Composition Components
Activity
Properties
activity
Record<string, unknown> & { attachments?: Attachments | undefined; text?: string | undefined; } & BaseActivity & Pick<Activity<Record<string, unknown>>, "time" | "foreign_id" | "id" | "analytics" | "extra_context" | "origin" | "score"> & { ...; }
required
Card
string | number | boolean | ReactElement<PropsWithElementAttributes<{ alt?: string | undefined; handleClose?: ((e: SyntheticEvent<Element, Event>) => void) | undefined; image?: string | null | undefined; nolink?: boolean | undefined; } & Pick<...>, HTMLAnchorElement>, string | ... 1 more ... | (new (props: any) => C...
Card (Component)
Content
string | number | boolean | ReactElement<PropsWithElementAttributes<{ activity: EnrichedActivity<UT, AT, CT, RT, CRT>; Card?: string | number | boolean | ReactElement<PropsWithElementAttributes<{ alt?: string | undefined; handleClose?: ((e: SyntheticEvent<Element, Event>) => void) | undefined; image?: string | ... 1...
ActivityContent (Component)
feedGroup
string | undefined
Footer
string | number | boolean | ReactElement<ActivityFooterProps<UT, AT, CT, RT, CRT>, string | ((props: any) => ReactElement<any, any> | null) | (new (props: any) => Component<any, any, any>)> | ComponentClass<...> | FunctionComponent<...> | null | undefined
Header
string | number | boolean | ReactElement<Pick<PropsWithElementAttributes<{ activity: EnrichedActivity<UT, AT, Record<string, unknown>, Record<string, unknown>, Record<string, unknown>>; Card?: string | number | boolean | ReactElement<PropsWithElementAttributes<{ ...; } & Pick<...>, HTMLAnchorElement>, string | ... 1...
ActivityHeader (Component)
HeaderRight
string | number | boolean | ReactElement<Record<string, unknown>, string | ((props: any) => ReactElement<any, any> | null) | (new (props: any) => Component<any, any, any>)> | ComponentClass<Record<...>, any> | FunctionComponent<...> | null | undefined
icon
string | undefined
onClickHashtag
WordClickHandler | undefined
onClickMention
WordClickHandler | undefined
onClickUser
((user: UserOrDefaultReturnType<UT>) => void) | undefined
Repost
string | number | boolean | ReactElement<PropsWithElementAttributes<{ activity: EnrichedActivity<UT, AT, CT, RT, CRT>; Card?: string | number | boolean | ReactElement<PropsWithElementAttributes<{ alt?: string | undefined; handleClose?: ((e: SyntheticEvent<Element, Event>) => void) | undefined; image?: string | ... 1...
Repost (Component)
userId
string | undefined
Basic usage
I just missed my train 😤
Activity with attached image and hashtag
Activity with enriched URL
Activity with custom header and content components
Nora Ferguson
You can customize your activity however you like!