@wix/design-system
Version:
@wix/design-system
25 lines (21 loc) • 752 B
Markdown
### profileName
- type: ReactNode
- description: Contains the post’s profile name (a username in Facebook or Instagram)
### profileImageSrc
- type: string
- description: Contains a URL link to the post’s profile picture
### skin
- type: SocialPostPreviewSkin
- description: Controls the appearance and layout of the component
### caption
- type: ReactNode
- description: Adds textual post content
### media
- type: ReactNode
- description: Adds visual post content (most commonly, <Image/> is added as a child item)
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
### dataHook
- type: string
- description: Applies a data-hook HTML attribute to be used in the tests