Handles parsing images from CAPI and rendering them in the *-rendering
projects
This used for images in the body of articles.
<BodyImage
image={Image}
format={Format}
supportsDarkMode={boolean}
lightbox={Option<Lightbox>}
caption={Option<ReactNode>}
/>
<FigCaption
format={Format}
supportsDarkMode={boolean}
children={Option<ReactNode>}
/>
Lowest-level implementation of a responsive image.
<Img
image={Image}
sizes={Sizes}
className={Option<SerializedStyles>}
format={Format}
supportsDarkMode={boolean}
lightbox={Option<Lightbox>}
/>
You can get storybook to run locally by running:
npm run storybook