@hashicorp/react-text-split-with-image
v4.3.1
Published
Display an image alongside a title, description, and links.
Downloads
13,742
Maintainers
Keywords
Readme
Text Split With Image
Display an image alongside a title, description, and links.
Note on Props
This component passes its props directly to <Image />
and <TextSplit />
:
image
is passed to the<Image />
component. This must be an object with at minimum a validurl
, ie{ url }
textSplit
is passed to<TextSplit />
Please refer to @hashicorp/react-image
and @hashicorp/react-text-split
for documentation on <Image />
and <TextSplit />
props respectively.